whoops o:

This commit is contained in:
kat witch 2021-08-08 02:26:49 +01:00
parent e61b522f3f
commit 1a40334a52
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 7 additions and 1 deletions

View file

@ -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")