diff options
author | Alex Auvolat <alex@adnab.me> | 2023-08-10 17:37:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-08-10 17:37:46 +0200 |
commit | 16b7e19f43f7153c6f6fd20bb69b431b40f2e9b5 (patch) | |
tree | 55aa20ba37f46b06f5e0b3ed3f27837b2f67d229 /nixos | |
parent | 7108ce6dad60eb95cfbaa89b17bc9bd3fd0401a2 (diff) | |
download | user-config-16b7e19f43f7153c6f6fd20bb69b431b40f2e9b5.tar.gz user-config-16b7e19f43f7153c6f6fd20bb69b431b40f2e9b5.zip |
add progs
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 3 | ||||
-rw-r--r-- | nixos/icewm.nix | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index ce33b7b..e898dec 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -96,6 +96,7 @@ in "wheel" "yggdrasil" "plugdev" + "dialout" "kvm" ]; }; @@ -142,6 +143,8 @@ in pkg-config htop i7z + zip + unzip powertop iotop jnettop diff --git a/nixos/icewm.nix b/nixos/icewm.nix index 6ecd806..d6bc665 100644 --- a/nixos/icewm.nix +++ b/nixos/icewm.nix @@ -17,5 +17,7 @@ midori sylpheed xfe + pcmanfm + libreoffice-still ]; } |