From 88cc3e7e0765b5dd11b06db442ad46536342bba5 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 1 Feb 2024 18:40:39 +0530 Subject: Updates (#1) * . * . * . * . * . * . * . * . * . * . * update * . * temp * . * . * . * . * . * . * . * . * . * . * . * . * temp * . * . * . * update --- modules/global.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'modules/global.nix') diff --git a/modules/global.nix b/modules/global.nix index 61575c1..d727f75 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -1,12 +1,22 @@ +{ pkgs, ... }: + { nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; }; - nixpkgs.config.allowUnfree = true; - time.timeZone = "Asia/Kolkata"; + networking.networkmanager.enable = true; + + security.rtkit.enable = true; + + /* environment.etc."inputrc".text = pkgs.lib.mkForce ( + builtins.readFile + '' + set completion-ignore-case on + '' + ); */ + system.stateVersion = "23.11"; } -- cgit v1.2.3