nix/home-manager/ghostty/default.nix

9 lines
123 B
Nix

{ config, pkgs, ... }:
{
xdg.configFile = {
"ghostty/config" = {
source = ./config/ghostty.conf;
};
};
}