From 61b740395a6df651c2ae72d4a0a50498d32e3b28 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 30 May 2020 21:10:54 +0100 Subject: machines/{eir,hildr}: Enable wavemon properly Using the wrapper rather than normal. --- machines/devhell/eir.nix | 6 ++++-- machines/devhell/hildr.nix | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'machines') 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 ]; } -- cgit 1.4.1