fix: enable nix-command & flakes globally

This commit is contained in:
ryan4yin
2023-05-06 12:13:56 +08:00
parent e3a9bea779
commit 57ed18fe8b
+3
View File
@@ -1,6 +1,9 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# enable flakes globally
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Set your time zone. # Set your time zone.
time.timeZone = "Asia/Shanghai"; time.timeZone = "Asia/Shanghai";