use fuzzel instead of wofi

This commit is contained in:
Noa Aarts 2024-11-19 21:12:53 +01:00
parent 3212ca44aa
commit c3a4fc2bb2
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 43 additions and 5 deletions

View file

@ -24,5 +24,7 @@ forAllSystems (
{
wofi-launch = call ./wofi-launch.nix;
wofi-power = call ./wofi-power.nix;
fuzzel-launch = call ./fuzzel-launch.nix;
fuzzel-power = call ./fuzzel-power.nix;
}
)