about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 4df270c2..dff85ad9 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -198,7 +198,10 @@
 
   nixpkgs.config.mpv.vaapiSupport = true;
 
-  programs.light.enable = true;
+  programs = {
+    light.enable = true;
+    wavemon.enable = true;
+  };
 
   environment.systemPackages = with pkgs; [
     aircrackng
@@ -219,7 +222,6 @@
     teams
     vaapiVdpau
     vdpauinfo
-    wavemon
     xbindkeys
   ];
 }