This commit is contained in:
2026-06-21 21:34:23 -04:00
parent f3d27c2f33
commit 72747120fa
6 changed files with 59 additions and 56 deletions

View File

@@ -3,6 +3,7 @@
environment.systemPackages = with pkgs; [
antigravity # Free Gemini 3 credits was too good of an offer to not take up, even if it requires selling my soul.
chromium
# vscode
];
home-manager.sharedModules = [
@@ -13,6 +14,7 @@
enable = true;
extensions = with pkgs.vscode-extensions; [
jnoortheen.nix-ide
continue.continue
];
userSettings = {
"editor.formatOnSave" = true;