diff options
Diffstat (limited to 'modules/home/ghostty.nix')
| -rw-r--r-- | modules/home/ghostty.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/ghostty.nix b/modules/home/ghostty.nix new file mode 100644 index 0000000..e854c6e --- /dev/null +++ b/modules/home/ghostty.nix @@ -0,0 +1,5 @@ +{ ... }: + +{ + home.file.".config/ghostty/config".source = ../../ghostty/.config/ghostty/config; +} |
