asdasdasd

This commit is contained in:
Sakooooo 2024-04-10 01:53:24 +00:00
parent 28d5a0a0f9
commit aaa6a8e585

View file

@ -49,7 +49,17 @@
nix.extraOptions = '' nix.extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
nix.settings.experimental-features = ["nix-command" "flakes"]; # nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings = {
experimental-features = ["nix-command" "flakes"];
substituters = [
"https://cache.garnix.io"
];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
# Home manager setup # Home manager setup
home-manager.useUserPackages = true; home-manager.useUserPackages = true;