1
0
forked from poslop/rice-flakes
Files
rice-flakes-work/modules/home/hyprland/hyprland.nix

11 lines
154 B
Nix

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