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

9 lines
79 B
Nix
Raw Normal View History

2023-04-16 15:07:24 +00:00
{ pkgs, ...}:
{
home.packages = with pkgs; [
wofi
wofi-emoji
];
}