From 940f63fd49bc9226255456e61aea0383574a7630 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 30 Dec 2025 15:48:09 -0500 Subject: fix home-manager switch on nixos --- home/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 63a95c5..74a7887 100644 --- a/home/default.nix +++ b/home/default.nix @@ -76,6 +76,13 @@ in { "pulse/client.conf" = { text = "cookie-file = ${config.xdg.configHome}/pulse/cookie"; }; + + # we dont want home-manager to place these + # files into .config/nix, as we use that folder + # for our dotfiles, and we also provide a seperate + # nix.conf that is used for bootstrapping + "nix/nix.conf".enable = false; + "nix/registry.json".enable = false; }; dataFile = { -- cgit v1.2.3-freya