diff options
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 ]; } |