moved vscode and vim to homemanager and added custom settings

This commit is contained in:
Aly Raffauf 2024-03-01 07:37:13 -05:00
parent cc844836d3
commit c33410f9a1
2 changed files with 11 additions and 2 deletions

View file

@ -29,6 +29,17 @@
enableCompletion = true;
};
programs.vscode = {
enable = true;
userSettings = {
"update.mode": "none",
"window.autoDetectColorScheme": true,
"window.titleBarStyle": "custom",
}
};
programs.vim.enable = true;
dconf = {
enable = true;
settings."org/gnome/desktop/interface".clock-format = "12h";

View file

@ -54,8 +54,6 @@
git
wget
curl
vim
vscode
distrobox
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget