diff options
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 1 |
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"; |
