summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
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;