nixbld: clean up/update systemPackages
This commit is contained in:
parent
0c336f3dd7
commit
b723b7f8c0
|
@ -512,10 +512,23 @@ in
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget vim git file lm_sensors acpi pciutils psmisc nixops_unstable_minimal
|
||||
irssi tmux usbutils imagemagick jq zip unzip
|
||||
lm_sensors
|
||||
acpi
|
||||
usbutils
|
||||
pciutils
|
||||
iw
|
||||
nvme-cli
|
||||
smartmontools
|
||||
psmisc
|
||||
|
||||
wget
|
||||
vim
|
||||
git
|
||||
file
|
||||
imagemagick
|
||||
jq
|
||||
|
||||
nixops_unstable_minimal
|
||||
borgbackup
|
||||
bind
|
||||
waypipe
|
||||
|
@ -545,6 +558,7 @@ in
|
|||
services.openssh.settings.X11Forwarding = true;
|
||||
services.openssh.authorizedKeysInHomedir = false;
|
||||
programs.mosh.enable = true;
|
||||
programs.tmux.enable = true;
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
|
Loading…
Reference in New Issue