Files
2026-07-08 09:45:26 +02:00

9 lines
94 B
Nix

{ ... }:
{
home.file = {
".config/ghostty/" = {
source = ./ghostty;
};
};
}