diff options
Diffstat (limited to 'config/dwm.nix')
| -rw-r--r-- | config/dwm.nix | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/config/dwm.nix b/config/dwm.nix new file mode 100644 index 0000000..89a1408 --- /dev/null +++ b/config/dwm.nix @@ -0,0 +1,12 @@ +{ pkgs, home, fetchFromGitHub, ... }: + +{ +  home.packages = with pkgs; [ +    feh +    picom +    wmname +    xss-lock +    xsecurelock +    networkmanagerapplet +  ]; +} | 
