diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 22:16:24 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 22:16:24 +0530 | 
| commit | 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e (patch) | |
| tree | aec78781c3f64eed7dce21e1aadb0342fae6bacd /config/dwm.nix | |
| parent | b71f27a2179cdfa58492e2696246d3d8e55f9844 (diff) | |
dwm
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 +  ]; +} | 
