mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 07:59:43 +00:00
7 lines
172 B
Nix
7 lines
172 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
package = pkgs.writeShellScriptBin "deafen-action" ''
|
|
${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
|
|
'';
|
|
}
|