1: Replaced rofi with rofi-wayland

This commit is contained in:
uzy lol 2024-12-28 13:42:39 -08:00
parent c918ccd996
commit 745a8468c3

View File

@ -1,13 +1,5 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
cycle = false;
plugins = with pkgs; [
rofi-emoji-wayland
rofi-calc
rofi-bluetooth
rofi-screenshot
rofi-power-menu
home.packages = [
pkgs.rofi-wayland
];
};
}