diff --git a/shared/rofi.nix b/shared/rofi.nix new file mode 100644 index 0000000..843a7ea --- /dev/null +++ b/shared/rofi.nix @@ -0,0 +1,14 @@ +{ pkgs, lib, ... }: +{ + programs.rofi = { + enable = true; + plugins = with pkgs; [ + rofi-calc + rofi-bluetooth + rofi-screenshot + rofi-power-menu + rofi-pulse-select + pinentry-rofi + ]; + }; +}