summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r--profiles/laptop.nix5
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
+ ];
+ };
}