8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
xdg.configFile = {
|
|
"ghostty/config" = {
|
|
source = ./config/ghostty.conf;
|
|
};
|
|
};
|
|
}
|