From 88d776149df459a6770ee458e84425b3c47fa73e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 26 Jun 2024 20:32:26 +0200 Subject: [PATCH] common/light: only add udev, use key daemon from hm --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 3df6d07..3852e60 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -304,6 +304,7 @@ in { udev.packages = with pkgs; [ yubikey-personalization android-udev-rules + light ]; pcscd.enable = true; @@ -354,7 +355,6 @@ in { programs = { dconf.enable = !config.machineVars.headless; git.enable = true; - light.enable = !config.machineVars.headless; npm.enable = true; tmux.enable = true; zsh.enable = true;