Rebuild files to add generated/top.nix to flake modules
This commit is contained in:
+292
-292
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -518,8 +518,8 @@ The ./generated/top.nix file acts as an anchor or entry point for the entire cha
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./system/top.nix
|
./system/top.nix
|
||||||
./window_managers/hyprland/top.nix
|
./hyprland/top.nix
|
||||||
# ./window_managers/mangowc/top.nix
|
# ./mangowc/top.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./system/top.nix
|
./system/top.nix
|
||||||
./window_managers/hyprland/top.nix
|
./hyprland/top.nix
|
||||||
# ./window_managers/mangowc/top.nix
|
# ./mangowc/top.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user