added vscode to home programs list and disabled update checks

This commit is contained in:
Aly Raffauf 2024-03-01 07:46:59 -05:00
parent 8a34d9ac0e
commit b54de1b81f

View file

@ -15,6 +15,7 @@
# utils
eza # A modern replacement for ls
fzf # A command-line fuzzy finder
vscode
];
# basic configuration of git, please change to your own
@ -36,6 +37,7 @@
"window.autoDetectColorScheme" = true;
"window.titleBarStyle" = "custom";
};
enableUpdateCheck = false;
};
programs.vim.enable = true;