Add some useful utilities, switch nvtops format, switch to cool-retro-term on desktop
This commit is contained in:
parent
308dcdedbc
commit
4c53f53b3b
|
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
exfatprogs
|
||||
usbutils
|
||||
inetutils
|
||||
pciutils
|
||||
xdg-user-dirs
|
||||
linuxPackages.usbip
|
||||
dotnet-sdk
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue