From 1f14dfa8fffd5fe8ca6a5ce0eca4eefeb0ef4163 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 4 Jul 2025 01:31:02 +0100 Subject: [PATCH] packages update --- config/desktop.nix | 21 ++++++++++++--------- home/common.nix | 8 ++++++++ 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/config/desktop.nix b/config/desktop.nix index 6d53d75..32f9aac 100644 --- a/config/desktop.nix +++ b/config/desktop.nix @@ -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 ]; diff --git a/home/common.nix b/home/common.nix index 49f7204..8dddf44 100644 --- a/home/common.nix +++ b/home/common.nix @@ -1,4 +1,8 @@ { + environment.variables = { + EDITOR = "nvim"; + VISUAL = "nvim"; + }; programs = { @@ -37,6 +41,10 @@ tmux = { enable = true; historyLimit = 10000; + mouse = true; + extraConfig = '' + + ''; }; fzf = {