nix-dotfiles/home-manager/modules/ghostty.nix
2025-03-28 00:47:30 -06:00

9 lines
85 B
Nix

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