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