about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-01 18:56:22 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-01 18:56:22 +0200
commita854ad672eafce89ae300721dfb89cf170a803ba (patch)
tree8b5e58fd409ffd23bb531a0da58ed5f6dc899a0a /modules/user
parentfc53a72f48ae6b567e7bf9901a2bd3657853633c (diff)
aszlig/workstation: Enable KSM by default.
I can't stand it anymore when my excessive use of "lots of xterms" is
getting my machines into the need to use swapspace. The last time one of
my machines got to a crawl was with >300 open xterms.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index 0c7c4f75..46d6a5fa 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -38,6 +38,8 @@ in {
       };
     };
 
+    vuizvui.system.enableKSM = true;
+
     fonts = {
       enableCoreFonts = true;
       enableFontDir = true;