1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
Files
nixos-config-reborn/nixos/modules/hyprland.nix
2025-01-16 12:59:07 +05:00

10 lines
144 B
Nix

{
programs.hyprland = {
enable = true;
withUWSM = true;
# xwayland.enable = false;
};
security.pam.services.hyprlock = {};
}