Merge branch 'main' into storage-refactor

This commit is contained in:
Leyla Becker 2026-01-15 19:55:56 -06:00
commit ff08812447
9 changed files with 85 additions and 52 deletions

View file

@ -75,6 +75,7 @@ in {
proton-mail-pwa.enable = true;
proton-calendar-pwa.enable = true;
matrix-cyberia-pwa.enable = true;
kicad.enable = true;
})
];
}

View file

@ -72,6 +72,9 @@ in {
# rust development
rustAnalyzer.enable = true;
# arduino development
platformIO.enable = true;
# claude development
claudeDev = lib.mkIf ai-tooling-enabled {
enable = true;