nix/home-manager/ghostty/default.nix
2025-01-26 21:27:14 -05:00

8 lines
100 B
Nix

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