dont configure nix.conf in home-manager

This commit is contained in:
cy 2025-01-07 16:19:09 -05:00
parent 0eb72474c7
commit 7b2f26107a

View file

@ -5,26 +5,6 @@
../zsh ../zsh
]; ];
nix = {
settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;
trusted-users = [ "root" "@wheel" ];
trusted-public-keys = [ "central:uWhjva6m6dhC2hqNisjn2hXGvdGBs19vPkA1dPEuwFg=" ];
substituters = [ "https://cache.cything.io/central" ];
};
gc = {
automatic = true;
frequency = "19:00";
persistent = true;
options = "--delete-older-than 14d";
};
extraOptions = ''
builders-use-substitutes = true
'';
package = pkgs.nix;
};
home.sessionVariables = { home.sessionVariables = {
"EDITOR" = "nvim"; "EDITOR" = "nvim";
}; };