Files
nixos-config/modules/hyprland.nix
2024-08-14 15:51:48 -03:00

6 lines
59 B
Nix

{...}: {
programs.hyprland = {
enable = true;
};
}