feat: qbit settings
This commit is contained in:
parent
fb139f171e
commit
842094689b
4 changed files with 30 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue