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; }; }