This commit is contained in:
tulg 2026-01-11 21:44:48 +03:00
parent 5e4b53d885
commit 6b3f5da05b
3 changed files with 35 additions and 25 deletions

View file

@ -9,4 +9,6 @@
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
time.timeZone = "Europe/Istanbul";
zramSwap.enable = true;
programs.localsend.enable = true;
}