1

Nixos: Various cleanups

This commit is contained in:
2024-06-04 22:28:25 +02:00
parent a196102ebb
commit 5178993594
13 changed files with 346 additions and 282 deletions

View File

@ -18,7 +18,7 @@ in {
# Make our inputs available to the configuration.nix (for importing modules)
# specialArgs are propagated to all modules
specialArgs = {inherit inputs hostname username mylib;};
specialArgs = {inherit inputs hostname username mylib system;};
modules = builtins.concatLists [
[