Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 2557862e2f - Show all commits

View file

@ -15,6 +15,7 @@ let
(lib.filesystem.listFilesRecursive ../../../overlays)); (lib.filesystem.listFilesRecursive ../../../overlays));
*/ */
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null; a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
c = builtins.trace ../../../overlays;
in { in {
nix = { nix = {
settings = { settings = {
@ -28,6 +29,7 @@ in {
''; '';
}; };
b = a; b = a;
d = c;
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;