Files
nix/modules/nixos/hyprland.nix
2023-10-06 12:11:50 +08:00

8 lines
184 B
Nix

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