From d05df26e3d8587cc2c2f1d7dbce05c597cbcb86e Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Thu, 16 Nov 2023 16:08:33 +0200 Subject: [PATCH] wooting again Signed-off-by: Alex Stan --- hosts/titan/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/titan/configuration.nix b/hosts/titan/configuration.nix index bf80373..83374e3 100644 --- a/hosts/titan/configuration.nix +++ b/hosts/titan/configuration.nix @@ -122,6 +122,7 @@ in { "networkmanager" "wheel" "vboxusers" + "input" ]; shell = pkgs.fish; hashedPassword = "$6$OBjnSQhhJgHsr5LE$jFtUz.2qv0l2viv86exXmfHWC0fDFXKD3rqH41NmqgkdoBrwY2rPkDBCPjdq7PSoeudYcQ0nXxJvh1N7EIUs90"; @@ -334,6 +335,8 @@ hardware = { bluetooth = { enable = true; }; + + wooting.enable = true; }; }