fix: nix.settings.auto-optimise-store, and add command 'fhs'

This commit is contained in:
Ryan Yin
2023-06-11 16:35:58 +08:00
parent de1d6fbf4c
commit 408d7dfd95
3 changed files with 13 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
# Manual optimise storage: nix-store --optimise
# https://nixos.org/manual/nix/stable/command-ref/conf-file.html#conf-auto-optimise-store
auto-optimise-store = true;
nix.settings.auto-optimise-store = true;
# enable flakes globally
nix.settings.experimental-features = [ "nix-command" "flakes" ];