diff --git a/hosts/asahi/configuration.nix b/hosts/asahi/configuration.nix index 91f3690..0e725e2 100644 --- a/hosts/asahi/configuration.nix +++ b/hosts/asahi/configuration.nix @@ -29,8 +29,6 @@ hardware.bluetooth.powerOnBoot = false; services.blueman.enable = true; - security.pam.services.hyprlock = {}; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -143,6 +141,7 @@ ]; }; + security.pam.services.hyprlock = {}; programs.hyprland = { enable = true; xwayland.enable = true;