mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
added vscode to home programs list and disabled update checks
This commit is contained in:
parent
8a34d9ac0e
commit
b54de1b81f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue