diff --git a/flake.nix b/flake.nix index 8380b08..c0090d4 100644 --- a/flake.nix +++ b/flake.nix @@ -334,7 +334,7 @@ # ./modules/nixos/ntfy.nix # S3 cache read ./modules/nixos/s3_cache_read.nix - ] ++ homeManagerModules ++ [{ + ] ++ homeManagerUModules ++ [{ home-manager.users.bertof = import ./instances/heimdall/hm.nix; }]; };