Rebuild files to add generated/top.nix to flake modules

This commit is contained in:
2026-03-07 15:26:53 +01:00
parent 4ea2fbac2c
commit dcc832ac00
3 changed files with 296 additions and 296 deletions
+292 -292
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -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 -2
View File
@@ -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
]; ];
} }