diff --git a/home/felschr-work.nix b/home/felschr-work.nix index 98a6bd2..7a2c072 100644 --- a/home/felschr-work.nix +++ b/home/felschr-work.nix @@ -57,7 +57,7 @@ with pkgs; programs.firefox.enable = true; - home.file.".config/nixpkgs/config.nix".text = '' + xdg.configFile."nixpkgs/config.nix".text = '' { allowUnfree = true; }