summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-01-29 21:01:47 +0100
committerDaiderd Jordan <daiderd@gmail.com>2017-01-29 21:01:47 +0100
commit49d6daa5b1acba2c9987cac10fe0eac03b068c73 (patch)
tree2ec5ecf5a2549129b77f7028202dfaa3cd05b376 /modules/examples
parent20eccbba07dc6d31430c6b57ea031ada9da9a0a8 (diff)
kwm: add service module
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 252e066..c373d03 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -37,6 +37,7 @@
environment.extraOutputsToInstall = [ "man" ];
services.khd.enable = true;
+ services.kwm.enable = true;
launchd.user.agents.fetch-nixpkgs = {
command = "${pkgs.git}/bin/git -C ~/.nix-defexpr/nixpkgs fetch origin master";