Add comment into macOS configuration

This commit is contained in:
2026-02-14 10:19:45 +01:00
parent 5bdc2b80ec
commit 51e0a62c03
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -16,14 +16,15 @@
home.shell.git.enable = true;
home.shell.neovim.enable = true;
# Nix env deps
home.env.nix.enable = true;
# Languages env deps
home.env.r.enable = true;
home.env.jdk.enable = true;
home.env.rust.enable = true;
home.env.python.enable = true;
# No Home Application Folders
targets.darwin.linkApps.enable = false;
targets.darwin.copyApps.enable = false;