Files
nix/modules/nixos/hyprland.nix

8 lines
184 B
Nix
Raw Normal View History

2025-04-20 11:16:39 +08:00
{inputs, pkgs, ...}:{
# programs.hyprland = {
# enable = true;
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
# };
security.pam.services.swaylock = { };
}