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 4b82e3a9dd - Show all commits

View file

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