mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08: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
|
# 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;
|
||||||
|
|
Loading…
Reference in a new issue