1: Replaced rofi with rofi-wayland
This commit is contained in:
parent
c918ccd996
commit
745a8468c3
@ -1,13 +1,5 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.rofi = {
|
home.packages = [
|
||||||
enable = true;
|
pkgs.rofi-wayland
|
||||||
cycle = false;
|
|
||||||
plugins = with pkgs; [
|
|
||||||
rofi-emoji-wayland
|
|
||||||
rofi-calc
|
|
||||||
rofi-bluetooth
|
|
||||||
rofi-screenshot
|
|
||||||
rofi-power-menu
|
|
||||||
];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user