Files
tawm/modules/home-manager/ghostty/default.nix
2024-12-30 21:18:04 +05:30

6 lines
65 B
Nix

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