about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-05-30 21:10:54 +0100
committerdevhell <devhell@mailfresser.de>2020-05-30 21:10:54 +0100
commit61b740395a6df651c2ae72d4a0a50498d32e3b28 (patch)
treecbe81d16bf50264300654db4584d7dccd1687e82 /machines
parent7e6f0d4e99faab3e09a77231881f0de3a466da4a (diff)
machines/{eir,hildr}: Enable wavemon properly
Using the wrapper rather than normal.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/eir.nix6
-rw-r--r--machines/devhell/hildr.nix6
2 files changed, 8 insertions, 4 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index bcf71d27..bd31e81f 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -223,7 +223,10 @@
 
   nixpkgs.config.mpv.vaapiSupport = true;
 
-  programs.light.enable = true;
+  programs = {
+    light.enable = true;
+    wavemon.enable = true;
+  };
 
   environment.systemPackages = with pkgs; [
     aircrackng
@@ -242,7 +245,6 @@
     snort
     vaapiVdpau
     vdpauinfo
-    wavemon
     xbindkeys
   ];
 }
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
   ];
 }