refactor: finish decoupling the library functions from config

This commit is contained in:
oddlama 2023-07-01 01:11:58 +02:00
parent 68bb9731d3
commit 80e7c1bdbf
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
59 changed files with 984 additions and 786 deletions

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
stateVersion,
...
}: {
users.users.root = {
@ -17,7 +16,7 @@
];
home = {
inherit stateVersion;
inherit (config.system) stateVersion;
inherit (config.users.users.root) uid;
username = config.users.users.root.name;