Last fix on darwin new structure

This commit is contained in:
Laurent Gueret
2026-02-11 16:00:40 +01:00
parent e3e63a800b
commit 7aaedb5ffa
30 changed files with 97 additions and 96 deletions
+10
View File
@@ -2,6 +2,16 @@
{
nixpkgs.hostPlatform = "aarch64-darwin";
# Homebrew apps
os.homebrew.iterm.enable = true;
os.homebrew.zed.enable = true;
os.homebrew.jetbrain.enable = true;
os.homebrew.iina.enable = true;
os.homebrew.zen.enable = true;
os.homebrew.obsidian.enable = true;
os.homebrew.microsoft.enable = true;
os.homebrew.keka.enable = true;
# System version
system.stateVersion = "25.11";
}