[Asahi] Bring hyprlock settings closer to hyprland.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-07-07 00:46:05 -07:00
parent 7ce9ecb663
commit db114aafdf

View file

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