1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/home/apps/ghostty.nix
2024-02-16 00:02:19 +08:00

3 lines
98 B
Nix

{config, ...}: {
home.file."${config.xdg.configHome}/ghostty/config".source = ./ghostty.conf;
}