Files
nix/modules/desktop/hypr/default.nix

15 lines
171 B
Nix

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