diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 7d94198..a774497 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -11,7 +11,7 @@ destination = "/bin/squeekboard_toggle"; executable = true; text = '' - #!${pkgs.dash}/bin/dash + #!${pkgs.bash}/bin/bash if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then gsettings set ${schema} ${key} false else @@ -24,7 +24,7 @@ destination = "/bin/squeekboard_format"; executable = true; text = '' - #!${pkgs.dash}/bin/dash + #!${pkgs.bash}/bin/bash if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then echo 󰌌 echo enabled