Compare commits

..

1 commit

Author SHA1 Message Date
5b0f568ca2
refactor(hm/gui): reorganize modules
Some checks failed
/ check (push) Successful in 15s
/ check-renovaterc (push) Successful in 6s
/ build-packages (push) Successful in 22s
/ build-vm (push) Failing after 4s
/ 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 19:00:11 +02:00

View file

@ -23,6 +23,11 @@ in
else
builtins.abort "no command configured for ${terminal}";
menu = "${pkgs.fuzzel}/bin/fuzzel --terminal '${termCmd}'";
cmdOnce = command: { inherit command; };
cmdAlways = command: {
inherit command;
always = true;
};
in
{
modifier = "Mod 4";