dotfiles/home/modules/aerospace.nix
2024-11-01 22:43:08 -07:00

4 lines
84 B
Nix

{ ... }: {
home.file.".aerospace.toml".source = ../../dotfiles/.aerospace.toml;
}