diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-30 15:48:09 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-30 18:37:34 -0500 |
| commit | 940f63fd49bc9226255456e61aea0383574a7630 (patch) | |
| tree | 9156441e989cbed329bae042cce0e1efca76b23b /home | |
| parent | update firefox policies (diff) | |
| download | dotfiles-nix-940f63fd49bc9226255456e61aea0383574a7630.tar.gz dotfiles-nix-940f63fd49bc9226255456e61aea0383574a7630.tar.bz2 dotfiles-nix-940f63fd49bc9226255456e61aea0383574a7630.zip | |
fix home-manager switch on nixos
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 = { |