flake cache

This commit is contained in:
death916 2025-11-11 05:11:23 -08:00
parent a4c315851d
commit 3a82bf56ba

View file

@ -41,6 +41,21 @@
in
{
nixConfig = {
substituters = [
"https://hyprland.cachix.org"
"https://cache.flox.dev"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
};
nixosConfigurations = {
nixos =
let
@ -67,7 +82,7 @@
{ unstablePkgs, ... }:
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.useUserPackages =.true;
home-manager.backupFileExtension = "backup";
home-manager.extraSpecialArgs = { inherit hmLib unstablePkgs inputs; };
home-manager.users.death916 = {