diff --git a/home/default.nix b/home/default.nix index 347d7db..2f783f7 100644 --- a/home/default.nix +++ b/home/default.nix @@ -168,7 +168,6 @@ profile.outputs = [ { criteria = "Microstep MSI G273Q CA8A463100033"; position = "1600,0"; mode = "2560x1440@164.835007"; } { criteria = "Dell Inc. Dell 2007FP MY546856GT2L"; position = "0,0"; mode = "1600x1200@60.000000"; } - { criteria = "Valve Corporation index HMD 0xEDE55842"; status = "disable"; } ]; } ]; diff --git a/hosts/apalapucia/default.nix b/hosts/apalapucia/default.nix index 37ac22a..d4f7503 100644 --- a/hosts/apalapucia/default.nix +++ b/hosts/apalapucia/default.nix @@ -36,6 +36,8 @@ AMD_VULKAN_ICD = "RADV"; }; + hardware.wooting.enable = true; + services.udev.packages = with pkgs; [xr-hardware]; services.power-profiles-daemon.enable = true;