summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-12-12 20:59:24 +0100
committermakefu <github@syntax-fehler.de>2022-12-12 22:17:13 +0100
commit908bb16cc8356a1b77fc79a9f49c0bd0a3d8b3e0 (patch)
tree115b5ff1b66f95abca68d2efae38f786679d20cd /makefu
parent26f67c6c803d70e0c947790d5f8cf60db8199910 (diff)
ma gui/look-up: fix configuration
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/gui/look-up.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/gui/look-up.nix b/makefu/2configs/gui/look-up.nix
index eea84bc4..e04098cc 100644
--- a/makefu/2configs/gui/look-up.nix
+++ b/makefu/2configs/gui/look-up.nix
@@ -1,6 +1,7 @@
{pkgs, config, ... }:
let
user = config.krebs.build.user.name;
+ window-manager = "awesome";
in
{
systemd.services.look-up = {