10 lines
149 B
Nix
10 lines
149 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
fastfetch
|
|
];
|
|
|
|
programs.ghostty = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
};
|
|
}
|