9 lines
123 B
Nix
9 lines
123 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
xdg.configFile = {
|
|
"ghostty/config" = {
|
|
source = ./config/ghostty.conf;
|
|
};
|
|
};
|
|
}
|