Files
nix/modules/desktop/hypr/default.nix
2025-10-25 14:39:45 -05:00

15 lines
171 B
Nix

{
pkgs,
lib,
config,
...
}: {
# enable hyprland
programs.hyprland.enable = true;
# give hyprlock perms to unlock
security.pam.services.hyprlock = {};
}