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:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget vim git file lm_sensors acpi pciutils psmisc nixops_unstable_minimal
|
lm_sensors
|
||||||
irssi tmux usbutils imagemagick jq zip unzip
|
acpi
|
||||||
|
usbutils
|
||||||
|
pciutils
|
||||||
iw
|
iw
|
||||||
nvme-cli
|
nvme-cli
|
||||||
|
smartmontools
|
||||||
|
psmisc
|
||||||
|
|
||||||
|
wget
|
||||||
|
vim
|
||||||
|
git
|
||||||
|
file
|
||||||
|
imagemagick
|
||||||
|
jq
|
||||||
|
|
||||||
|
nixops_unstable_minimal
|
||||||
borgbackup
|
borgbackup
|
||||||
bind
|
bind
|
||||||
waypipe
|
waypipe
|
||||||
|
@ -545,6 +558,7 @@ in
|
||||||
services.openssh.settings.X11Forwarding = true;
|
services.openssh.settings.X11Forwarding = true;
|
||||||
services.openssh.authorizedKeysInHomedir = false;
|
services.openssh.authorizedKeysInHomedir = false;
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
|
programs.tmux.enable = true;
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue