diff options
author | makefu <github@syntax-fehler.de> | 2016-06-27 12:59:16 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-27 12:59:16 +0200 |
commit | eee023b2343739c76e2f76a4b4fdf3dd6e5ed88d (patch) | |
tree | e7e02aa511dbb8469ae5da8b2248e3b6ab634f66 /makefu/1systems | |
parent | f2a13d6281c2b50da86fc678fce5b726ad58af50 (diff) |
k 5 awesomecfg: add kiosk config
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/wbob.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/wbob.nix b/makefu/1systems/wbob.nix index faec2e648..45b935af0 100644 --- a/makefu/1systems/wbob.nix +++ b/makefu/1systems/wbob.nix @@ -2,6 +2,7 @@ { makefu.awesome = { modkey = "Mod1"; + #TODO: integrate kiosk config into full config by templating the autostart baseConfig = pkgs.awesomecfg.kiosk; }; imports = |