From a854ad672eafce89ae300721dfb89cf170a803ba Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 1 Apr 2015 18:56:22 +0200 Subject: 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 --- modules/user/aszlig/profiles/workstation/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/user') 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; -- cgit 1.4.1