From 118254ebccbf7414872998cf956f9b586f734386 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Mar 2024 21:53:19 +0530 Subject: update --- modules/core/global.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/core/global.nix (limited to 'modules/core') diff --git a/modules/core/global.nix b/modules/core/global.nix new file mode 100644 index 0000000..fffe8ab --- /dev/null +++ b/modules/core/global.nix @@ -0,0 +1,16 @@ +{ pkgs, ... }: + +{ + nix.settings = { + experimental-features = [ "nix-command" "flakes" ]; + auto-optimise-store = true; + }; + + time.timeZone = "Asia/Kolkata"; + + networking.networkmanager.enable = true; + + security.rtkit.enable = true; + + system.stateVersion = "23.11"; +} -- cgit v1.2.3