framework: wofi -> tofi, add cosmic rbw bindings

This commit is contained in:
Tristan Beedell 2025-07-16 13:01:10 +01:00 committed by Tristan
parent f6c272f35e
commit 8ae09da94c
3 changed files with 24 additions and 9 deletions

View file

@ -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;
}