mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-08 14:06:35 +05:30
6 lines
65 B
Nix
6 lines
65 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
ghostty
|
|
];
|
|
}
|