may work
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user