feat(darwin/aerospace): move-node-to-workspace & float

This commit is contained in:
Ryan Yin
2024-11-28 09:40:32 +08:00
parent 870ca80869
commit 071b91758e
2 changed files with 36 additions and 12 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
{
home.file.".aerospace.toml".source = ./aerospace.toml;
{config, ...}: {
home.file.".aerospace.toml".source =
config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/nix-config/home/darwin/aerospace/aerospace.toml";
}