Files
nix/modules/nixos/hyprland.nix
2025-04-20 11:16:39 +08:00

8 lines
184 B
Nix

{inputs, pkgs, ...}:{
# programs.hyprland = {
# enable = true;
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# };
security.pam.services.swaylock = { };
}