mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-25 00:33:11 +01:00
some zswap by default
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user