nix-config/home/features/desktop/wofi.nix

8 lines
92 B
Nix

{
pkgs,
outputs,
...
}: {
home.packages = [pkgs.wofi pkgs.bemoji pkgs.wofi-pass];
}