reorg hyprland and start config

This commit is contained in:
2025-11-07 15:47:28 -06:00
parent e96b840146
commit 8173478b1e
10 changed files with 264 additions and 48 deletions

View File

@@ -1 +1,10 @@
{ programs.hyprland.enable = true; }
{
programs.hyprland.enable = true;
hj = {
rum.programs.hyprland.enable = true;
files = {
".config/hypr".source = ./hypr;
};
};
}