diff options
author | makefu <github@syntax-fehler.de> | 2022-12-12 20:59:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-12-12 22:17:13 +0100 |
commit | 908bb16cc8356a1b77fc79a9f49c0bd0a3d8b3e0 (patch) | |
tree | 115b5ff1b66f95abca68d2efae38f786679d20cd /makefu/2configs | |
parent | 26f67c6c803d70e0c947790d5f8cf60db8199910 (diff) |
ma gui/look-up: fix configuration
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/gui/look-up.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/gui/look-up.nix b/makefu/2configs/gui/look-up.nix index eea84bc48..e04098cc2 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 = { |