packages update

This commit is contained in:
admin 2025-07-04 01:31:02 +01:00
parent 8655ff5a44
commit 1f14dfa8ff
2 changed files with 20 additions and 9 deletions

View File

@ -2,6 +2,8 @@
{ {
powerManagement.powertop.enable = true;
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
}; };
@ -68,7 +70,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
audacity audacity
blender blender
#cura cura-appimage
gimp gimp
gnomeExtensions.appindicator gnomeExtensions.appindicator
gnomeExtensions.blur-my-shell gnomeExtensions.blur-my-shell
@ -84,6 +86,7 @@
prismlauncher prismlauncher
ungoogled-chromium ungoogled-chromium
signal-desktop signal-desktop
tor-browser
wireshark wireshark
monero-gui monero-gui
vscodium vscodium
@ -95,34 +98,34 @@
#gaymig? #gaymig?
heroic heroic
lutris lutris
cataclysm-dda
#TUI #TUI
fastfetch fastfetch
nixfmt-rfc-style nixfmt-rfc-style
yt-dlp yt-dlp
ansible
cataclysm-dda
exiftool exiftool
ffmpeg #tree?
git #ntfs-3g?
ffmpeg-full
htop htop
lm_sensors lm_sensors
mangohud mangohud
mediainfo mediainfo
pciutils # lspci pciutils # lspci
usbutils # lsusb
nmap nmap
#umu-launcher umu-launcher
qrencode qrencode
smartmontools smartmontools
nixpkgs-fmt # nix formatter
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
#noto-fonts-emoji noto-fonts-emoji
noto-fonts-extra noto-fonts-extra
whatsapp-emoji-font
corefonts corefonts
fantasque-sans-mono fantasque-sans-mono
]; ];

View File

@ -1,4 +1,8 @@
{ {
environment.variables = {
EDITOR = "nvim";
VISUAL = "nvim";
};
programs = { programs = {
@ -37,6 +41,10 @@
tmux = { tmux = {
enable = true; enable = true;
historyLimit = 10000; historyLimit = 10000;
mouse = true;
extraConfig = ''
'';
}; };
fzf = { fzf = {