1
2
mirror of https://github.com/adrlau/nix-dotfiles.git synced 2025-03-25 04:13:59 +01:00

some zswap by default

This commit is contained in:
Adrian Gunnar Lauterer 2024-06-20 20:12:40 +02:00
parent 0500370bae
commit e5af2ed5d5

@ -24,6 +24,11 @@ imports =
#just allow unfree, im fine with it.
nixpkgs.config.allowUnfree = true;
zramSwap = {
enable = true;
memoryPercent = 25;
};
# Set your time zone.
time.timeZone = "Europe/Oslo";