mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
weh,,
This commit is contained in:
parent
1a40334a52
commit
6c4b775961
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib }: { hostName, profiles }: with lib; filter builtins.pathExists [
|
||||
(../../config/hosts + "/${hostName}/nixos.nix")
|
||||
(../../config/trusted/hosts + "/${hostName}/nixos.nix")
|
||||
] ++ (if builtins.isList profiles.base.imports then profiles.base.imports
|
||||
] ++ (if builtins.isAttrs profiles.base then profiles.base.imports
|
||||
else singleton profiles.base) ++ singleton {
|
||||
home-manager.users.kat = {
|
||||
imports = filter builtins.pathExists [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue