home manager uses global packages

This commit is contained in:
Emmet
2025-02-18 20:37:23 -06:00
parent 9a50ad5a3f
commit 1b3b5e4b12
9 changed files with 64 additions and 72 deletions

View File

@@ -2,24 +2,6 @@
{
config = {
nix = {
package = lib.mkForce pkgs.nix;
settings = {
substituters = [
"https://cache.nixos.org"
"https://hyprland.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
trusted-users = [ "@wheel" ];
auto-optimise-store = true;
download-buffer-size = 500000000;
};
};
home.stateVersion = "22.11";
};
}