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