Fix rofi-pass for wayland

This commit is contained in:
Evie Litherland-Smith 2023-09-05 18:44:29 +01:00
parent 5a7cbee56d
commit 2ea2aff32d
3 changed files with 6 additions and 2 deletions

View file

@ -36,6 +36,10 @@ in {
rofi = {
package = pkgs.rofi-wayland;
terminal = "${pkgs.alacritty}/bin/alacritty";
pass.extraConfig = ''
backend=wtype
clibpoard_backend=wl-clipboard
'';
};
};
services.kanshi = {

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
let icon-theme = config.gtk.iconTheme.name;
in {
home.packages = with pkgs; [ rofi-pass rofi-power-menu ];
home.packages = with pkgs; [ rofi-power-menu ];
programs.rofi = {
enable = true;
location = "center";
@ -19,7 +19,6 @@ in {
hide-scrollbar = true;
display-run = " 󰅴 Commands ";
display-drun = " 󱓞 Programs ";
display-power-menu = " 󰩈 Power Menu ";
};
theme = ./theme.rasi;
};

View file

@ -7,6 +7,7 @@
hyprpaper
pipewire
wireplumber
wtype
wl-clipboard
grim
slurp