Add some useful utilities, switch nvtops format, switch to cool-retro-term on desktop

This commit is contained in:
Curt Spark 2024-04-07 23:40:35 +01:00
parent 308dcdedbc
commit 4c53f53b3b
3 changed files with 9 additions and 13 deletions

View File

@ -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";
};
}

View File

@ -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 = {

View File

@ -22,6 +22,8 @@
exfatprogs
usbutils
inetutils
pciutils
xdg-user-dirs
linuxPackages.usbip
dotnet-sdk
];