diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 2dcefa3..2340073 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -80,7 +80,6 @@ {command = "${pkgs.keepassxc}/bin/keepassxc";} {command = "${pkgs.waybar}/bin/waybar";} {command = "${pkgs.foot}/bin/foot";} - {command = "${pkgs.firefox}/bin/firefox";} ]; }; }; @@ -244,4 +243,11 @@ fuzzy-match = true ''; }; + + services.mako = { + enable = true; + defaultTimeout = 10000; # ms + borderRadius = 5; + borderSize = 2; + }; }