nixfiles/profiles/home-manager/apps/toot-cli.nix
2024-07-24 14:13:59 +01:00

6 lines
62 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
toot
];
}