From 164f3cc78ed9d2a2aafad31b9f7a970d7ec5d1a4 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 22 Jun 2017 00:09:51 +0200 Subject: lnl: add khd/kwm to systemPackages --- modules/examples/lnl.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/examples') 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; -- cgit v1.2.3