nix: Remove redundant manual $NIX_PATH value

This commit is contained in:
Katherina Walshe-Grey 2025-05-22 15:16:15 +01:00
parent f1718e5c3b
commit d2ec22d8fb

View file

@ -7,7 +7,6 @@
setNixPath = true;
setFlakeRegistry = true;
};
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
nixpkgs.config.allowUnfree = true;
nix.settings.trusted-users = [ "@wheel" ];
}