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

9 lines
79 B
Nix

{ pkgs, ...}:
{
home.packages = with pkgs; [
wofi
wofi-emoji
];
}