summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-06-22 00:09:51 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-06-22 00:09:51 +0200
commit164f3cc78ed9d2a2aafad31b9f7a970d7ec5d1a4 (patch)
treeb241cc8193573c4038a83a248ea11a40222e10e9 /modules/examples
parente01e48de3b9f7830133b5457b1fcbaee3ae60f8b (diff)
lnl: add khd/kwm to systemPackages
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 78a875d..c17e767 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -33,6 +33,9 @@
pkgs.mosh
pkgs.silver-searcher
+ pkgs.khd
+ pkgs.kwm
+
pkgs.nix
pkgs.nix-repl
];
@@ -48,7 +51,7 @@
environment.GIT_SSL_CAINFO = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
serviceConfig.KeepAlive = false;
serviceConfig.ProcessType = "Background";
- serviceConfig.StartInterval = 60;
+ serviceConfig.StartInterval = 360;
};
services.activate-system.enable = true;