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