Files
rice-flakes/modules/home/hyprland/hyprland.nix
T
2026-04-24 17:44:45 -05:00

11 lines
154 B
Nix

{
programs.hyprland.enable = true;
hj = {
rum.desktops.hyprland.enable = true;
files = {
".config/hypr".source = ./hypr;
};
};
}