Files
nix-config-ryan4yin/home/darwin/aerospace/default.nix

6 lines
182 B
Nix

{config, ...}: {
home.file.".aerospace.toml".source =
config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/nix-config/home/darwin/aerospace/aerospace.toml";
}