Files
nix/home/common/programs/ghostty.nix
T
Miguel Palhas c0162f655d wip
2025-01-04 06:52:20 +00:00

9 lines
136 B
Nix

{ config, pkgs, ... }:
{
programs.ghostty = {
enable = true;
};
xdg.configFile."ghostty/config".source = ./ghostty/config;
}