cosmic: update hm module

This commit is contained in:
tristan 2024-10-19 14:58:39 +01:00
parent 56dc76e1cf
commit 83c08c6d75
3 changed files with 7 additions and 7 deletions

View file

@ -4,12 +4,12 @@
lib,
...
}: let
inherit (config.lib.cosmic) Actions;
inherit (config.lib.cosmic) Actions mapBinds;
in {
programs.cosmic = {
enable = true;
input.asDefaults = true;
input.binds = {
input.binds = mapBinds {
# Navigation
Super. "h" = Actions.Focus "Left";
Super. "l" = Actions.Focus "Right";