mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-09 16:21:54 +05:30
6 lines
65 B
Nix
6 lines
65 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
ghostty
|
|
];
|
|
}
|