nixos/home-manager/roles/desktop/tiling/apps/fuzzel.nix
2025-12-11 23:39:49 +00:00

7 lines
66 B
Nix

{ pkgs, ... }:
{
programs.fuzzel = {
enable = true;
};
}