ma gui/look-up: fix configuration
This commit is contained in:
parent
fa8e3964ba
commit
d9564135e2
|
@ -1,6 +1,7 @@
|
||||||
{pkgs, config, ... }:
|
{pkgs, config, ... }:
|
||||||
let
|
let
|
||||||
user = config.krebs.build.user.name;
|
user = config.krebs.build.user.name;
|
||||||
|
window-manager = "awesome";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
systemd.services.look-up = {
|
systemd.services.look-up = {
|
||||||
|
|
Loading…
Reference in a new issue