Regenerated

This commit is contained in:
2026-04-20 19:21:53 +02:00
parent a04926b1fa
commit ceaf5667f2
3 changed files with 379 additions and 364 deletions
+369 -364
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -496,6 +496,11 @@ in
./boot.nix ./boot.nix
./hardware-configuration.nix ./hardware-configuration.nix
] ]
++(builtins.fetchGit {
url = "https://github.com/nyyManni/nix-configs";
ref = "refs/heads/master";
rev = "d33700d525249e150801300292043415319f155d"; # Use a recent commit hash
} + "/modules/xdg/utils.nix")
++ allModules ++ allModules
++ [ home-manager.nixosModules.home-manager ]; ++ [ home-manager.nixosModules.home-manager ];
@@ -35,6 +35,11 @@ in
./boot.nix ./boot.nix
./hardware-configuration.nix ./hardware-configuration.nix
] ]
++(builtins.fetchGit {
url = "https://github.com/nyyManni/nix-configs";
ref = "refs/heads/master";
rev = "d33700d525249e150801300292043415319f155d"; # Use a recent commit hash
} + "/modules/xdg/utils.nix")
++ allModules ++ allModules
++ [ home-manager.nixosModules.home-manager ]; ++ [ home-manager.nixosModules.home-manager ];