upstream hyprland and change to tofi
tofi is way faster than wofi
This commit is contained in:
parent
3d02938194
commit
0edc2708a1
7 changed files with 21 additions and 12 deletions
|
|
@ -27,6 +27,12 @@
|
|||
}
|
||||
];
|
||||
|
||||
programs.menu = {
|
||||
package = pkgs.tofi;
|
||||
dmenuCommand = "${pkgs.tofi}/bin/tofi --fuzzy-match true";
|
||||
drunCommand = "${pkgs.tofi}/bin/tofi-drun --drun-launch true";
|
||||
};
|
||||
|
||||
roles.mpd.enable = true;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue