mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
6 lines
180 B
Nix
6 lines
180 B
Nix
{ config, ... }:
|
|
{
|
|
home.file.".aerospace.toml".source =
|
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/home/darwin/aerospace/aerospace.toml";
|
|
}
|