diff options
author | Ben Sima <ben@bsima.me> | 2021-05-22 19:42:37 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-05-22 19:42:37 -0400 |
commit | e2e466e4ac94e1d0c5d4ba0d4f6e4d56ebca2c5c (patch) | |
tree | 9568a1bd7eaadab49c504c33998c8544f18a3b62 /profiles | |
parent | 719a7d928005e848a3fb2a48c927e8a4a25f41a8 (diff) |
Add dswitcher and cleanup xmonad a bit
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/laptop.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 3ecee50..e8bdbba 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -5,4 +5,9 @@ imports = [ ../lib/linux.nix ]; + home = { + packages = [ + pkgs.wmctrl + ]; + }; } |