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: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nvtop-amd nvtopPackages.amd
wl-clipboard wl-clipboard
cool-retro-term
libsForQt5.polonium
]; ];
# Set konsole to be default terminal # Set konsole to be default terminal
environment.sessionVariables = { environment.sessionVariables = {
TERM = "konsole"; TERM = "cool-retro-term";
}; };
environment.variables = { environment.variables = {
TERM = "konsole"; TERM = "cool-retro-term";
}; };
} }

View File

@ -107,17 +107,8 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git nvtopPackages.intel
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
wl-clipboard wl-clipboard
python3
usbutils
nvtop-intel
xdg-user-dirs
]; ];
security.sudo = { security.sudo = {

View File

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