Added rofi
This commit is contained in:
parent
ac5aabd273
commit
f10e88164f
1 changed files with 14 additions and 0 deletions
14
shared/rofi.nix
Normal file
14
shared/rofi.nix
Normal file
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue