feat: qbit settings

This commit is contained in:
s-prechtl 2025-05-11 22:16:21 +02:00
parent fb139f171e
commit 842094689b
4 changed files with 30 additions and 8 deletions

View file

@ -9,15 +9,16 @@
enable = true;
package = pkgs.rofi-pass-wayland;
extraConfig = ''
URL_field='url'
USERNAME_field='user'
'';
URL_field='url'
USERNAME_field='user'
'';
};
plugins = [
pkgs.rofi-emoji-wayland
];
extraConfig = {
modi = "drun,emoji";
show-icons = true;
};
};
}