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 f771d4c2e7 - Show all commits

View file

@ -1,4 +1,4 @@
{ config, lib, inputs, ... }: { lib, inputs, ... }:
let let
/* /*
@ -28,8 +28,7 @@ in {
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
}; };
config.c = c; b = c;
config.a = a;
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;