From 6aae464aa02af0fb15a75bdcb940f53cd793def9 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 23 Mar 2025 15:29:26 +0100 Subject: [PATCH] fixup! Heimdall: switch to unstable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }]; };