From 69df4079938775954564ffe2805124e17768a5b6 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Tue, 23 Sep 2025 17:46:31 -0400 Subject: [PATCH] Renamed rofi-wayland to rofi because deprecated. --- snippets/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };