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:
|
# 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";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,8 @@
|
||||||
exfatprogs
|
exfatprogs
|
||||||
usbutils
|
usbutils
|
||||||
inetutils
|
inetutils
|
||||||
|
pciutils
|
||||||
|
xdg-user-dirs
|
||||||
linuxPackages.usbip
|
linuxPackages.usbip
|
||||||
dotnet-sdk
|
dotnet-sdk
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue