mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
...Everything can be a specialArg. Anything can be hidden in trusted.
This commit is contained in:
parent
3c9475cdcf
commit
361216c859
5 changed files with 67 additions and 35 deletions
|
|
@ -1,7 +1,7 @@
|
|||
let katUser = { lib }: let
|
||||
trustedImport = {
|
||||
config.home-manager.users.kat = {
|
||||
imports = lib.optional (builtins.pathExists ../../trusted/users/kat) (import ../../trusted/users/kat);
|
||||
imports = lib.optional (builtins.pathExists ../../trusted/users/kat) (import ../../trusted/users/kat/home.nix);
|
||||
};
|
||||
}; userImport = profile: { config, ... }: {
|
||||
config.home-manager.users.kat = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue