enable cachex and fnm shortcut

This commit is contained in:
nicco
2025-07-07 17:26:37 +02:00
parent ed7696d7a3
commit 2edba6eac8
4 changed files with 9 additions and 5 deletions

View File

@@ -6,8 +6,11 @@
...
}:
{
# nix.enable = false;
nix.settings.experimental-features = "nix-command flakes";
nix.settings = {
experimental-features = "nix-command flakes";
substituters = [ "https://devenv.cachix.org" ];
trusted-public-keys = [ "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ];
};
# Set Git commit hash for darwin-version.
system.configurationRevision = flake.rev or flake.dirtyRev or null;