forked from poslop/rice-flakes
11 lines
154 B
Nix
11 lines
154 B
Nix
{
|
|
programs.hyprland.enable = true;
|
|
hj = {
|
|
rum.programs.hyprland.enable = true;
|
|
|
|
files = {
|
|
".config/hypr".source = ./hypr;
|
|
};
|
|
};
|
|
}
|