diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index 6d0079a..7a82cb4 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -8,7 +8,11 @@ nixfiles = { profile.base.enable = true; - common.wm.keybinds.Launch1="playerctl play-pause"; + common.wm.keybinds = { + Launch1="playerctl play-pause"; # ROG key + # Launch3="true"; # AURA fn key + # Launch4="true"; # fan control fn key + }; }; home.stateVersion = "23.11";