refactor(settings): remove redundant options
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
nix = {
|
nix = {
|
||||||
# nix settings
|
# nix settings
|
||||||
settings = {
|
settings = {
|
||||||
# enable flakes, nix-command and eval-cache
|
# enable flakes and nix-command
|
||||||
experimental-features = [ "nix-command" "flakes" "eval-cache" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
# auto-optimize my nix-store
|
# auto-optimize my nix-store
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
# use all cores
|
# use all cores
|
||||||
|
|||||||
Reference in New Issue
Block a user