From 4c53f53b3b36bf9a28a8f28f2a7773727570427d Mon Sep 17 00:00:00 2001 From: cspark Date: Sun, 7 Apr 2024 23:40:35 +0100 Subject: [PATCH] Add some useful utilities, switch nvtops format, switch to cool-retro-term on desktop --- configurations/desktop/configuration.nix | 9 ++++++--- configurations/laptop/configuration.nix | 11 +---------- global.nix | 2 ++ 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/configurations/desktop/configuration.nix b/configurations/desktop/configuration.nix index e5d17e05..8633efdf 100644 --- a/configurations/desktop/configuration.nix +++ b/configurations/desktop/configuration.nix @@ -133,16 +133,19 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - nvtop-amd + nvtopPackages.amd wl-clipboard + + cool-retro-term + libsForQt5.polonium ]; # Set konsole to be default terminal environment.sessionVariables = { - TERM = "konsole"; + TERM = "cool-retro-term"; }; environment.variables = { - TERM = "konsole"; + TERM = "cool-retro-term"; }; } diff --git a/configurations/laptop/configuration.nix b/configurations/laptop/configuration.nix index dd32d115..a807787e 100644 --- a/configurations/laptop/configuration.nix +++ b/configurations/laptop/configuration.nix @@ -107,17 +107,8 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - git - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - cifs-utils - exfatprogs - neofetch - appimage-run + nvtopPackages.intel wl-clipboard - python3 - usbutils - nvtop-intel - xdg-user-dirs ]; security.sudo = { diff --git a/global.nix b/global.nix index 34aed567..431836ab 100644 --- a/global.nix +++ b/global.nix @@ -22,6 +22,8 @@ exfatprogs usbutils inetutils + pciutils + xdg-user-dirs linuxPackages.usbip dotnet-sdk ];