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