mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 18:36:59 +02:00
6 lines
182 B
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";
|
|
}
|