diff --git a/snippets/sway.nix b/snippets/sway.nix index dd101f1..d2685fc 100644 --- a/snippets/sway.nix +++ b/snippets/sway.nix @@ -158,7 +158,7 @@ in { programs.rofi = { enable = true; font = "Rubik 12"; - package = pkgs.rofi-wayland; + package = pkgs.rofi; theme = "android_notification"; };