summaryrefslogtreecommitdiff
path: root/modules/global.nix
blob: 61575c11fb1c37c1adfb11875a25b339dc0e28e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  nix.settings = {
    experimental-features = [ "nix-command" "flakes" ];
    auto-optimise-store = true;
  };

  nixpkgs.config.allowUnfree = true;

  time.timeZone = "Asia/Kolkata";

  system.stateVersion = "23.11";
}