framework: wofi -> tofi, add cosmic rbw bindings
This commit is contained in:
parent
f6c272f35e
commit
8ae09da94c
3 changed files with 24 additions and 9 deletions
|
|
@ -18,9 +18,9 @@
|
|||
];
|
||||
|
||||
programs.menu = {
|
||||
package = pkgs.tofi;
|
||||
dmenuCommand = "${pkgs.tofi}/bin/tofi --fuzzy-match true";
|
||||
drunCommand = "${pkgs.tofi}/bin/tofi-drun --drun-launch true";
|
||||
package = pkgs.wofi;
|
||||
dmenuCommand = "${lib.getExe pkgs.wofi} --show dmenu";
|
||||
drunCommand = "${lib.getExe pkgs.wofi} --show drun";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -47,6 +47,5 @@
|
|||
]
|
||||
'';
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
services.hyprpaper.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue