diff options
author | Alex Auvolat <alex@adnab.me> | 2023-07-16 20:55:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-07-16 20:55:46 +0200 |
commit | 97975769bd47701203aaef62c8c181fdf0d39ed8 (patch) | |
tree | 7f016b9b86d9098a86a1ec8694335452b1c33451 /nixos | |
parent | 4fdfa0b7a6f4e2a8e29961a9b8c5dd4d88c34fa0 (diff) | |
download | user-config-97975769bd47701203aaef62c8c181fdf0d39ed8.tar.gz user-config-97975769bd47701203aaef62c8c181fdf0d39ed8.zip |
add some conveniences to icewm desktop
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/icewm.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/icewm.nix b/nixos/icewm.nix index 5b00359..3e8d81f 100644 --- a/nixos/icewm.nix +++ b/nixos/icewm.nix @@ -5,7 +5,14 @@ environment.systemPackages = with pkgs; [ i3lock + xorg.xbacklight + pulseaudio + pavucontrol + networkmanagerapplet + + dmenu feh + mupdf acpi netsurf.browser midori |