Compare commits

..

1 commit

Author SHA1 Message Date
5c13d9a901
refactor(hm/gui): reorganize modules
Some checks failed
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 13s
/ build-vm (push) Failing after 2s
/ report-size (push) Has been skipped
This way we are not `import`ing stuff which is slow.

It also makes it easier to turn off the sway module.
2025-04-21 18:57:22 +02:00

View file

@ -25,7 +25,8 @@ in
menu = "${pkgs.fuzzel}/bin/fuzzel --terminal '${termCmd}'";
in
{
inherit modifier terminal menu;
modifier = "Mod 4";
inherit terminal menu;
# Appearance
bars = [ ]; # Waybar is started as a systemd service
gaps = {