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

View File

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