This commit is contained in:
2026-01-05 15:20:14 -06:00
parent ea3c826c63
commit 7c61d646a6
9 changed files with 23 additions and 78 deletions

View File

@@ -33,7 +33,6 @@
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
#nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai";
nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai";
};
@@ -47,10 +46,10 @@
(name: ({
inherit name;
value = { ... } @ exputs: {
value = { ... }: {
imports = [
(import ./system (inputs // exputs))
(import ./system/profiles/${name} (inputs // exputs))
./system
./system/profiles/${name}
];
};
})) filtered)