summaryrefslogtreecommitdiff
path: root/configurations/eonwe
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-25 22:16:47 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-25 22:16:47 +0300
commit364e8a98ad25127f2a51696ec03729e3a783044f (patch)
tree1ac46553d1dca1259da539eddc7db100eaf5c137 /configurations/eonwe
parente2f999ec2a3dd7e9a52c7e2fadfe96976b5aee53 (diff)
2024-05-25
Diffstat (limited to 'configurations/eonwe')
-rw-r--r--configurations/eonwe/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index fdff40e..c02a3c3 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -28,7 +28,8 @@ with lib;
hm = {
home.packages = with pkgs; [
- # anki # FIXME Broken again.
+ anki
+ gimp
iaito
kdenlive
krita
@@ -293,8 +294,8 @@ with lib;
};
};
- # No swap space is declared here because the system already has 128Gb of RAM.
- # I've only manage to hit around 100Gb mark when running large
- # computations/compiling something big. Pretty sure that a hefty chunk of it
- # was just cache and it wouldn't make me get to OOM situations.
+ zramSwap = {
+ enable = true;
+ memoryPercent = 25;
+ };
}