summaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/global.nix')
-rw-r--r--modules/global.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix
new file mode 100644
index 0000000..61575c1
--- /dev/null
+++ b/modules/global.nix
@@ -0,0 +1,12 @@
+{
+ nix.settings = {
+ experimental-features = [ "nix-command" "flakes" ];
+ auto-optimise-store = true;
+ };
+
+ nixpkgs.config.allowUnfree = true;
+
+ time.timeZone = "Asia/Kolkata";
+
+ system.stateVersion = "23.11";
+}