mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:53:55 -05:00
moved vscode and vim to homemanager and added custom settings
This commit is contained in:
parent
cc844836d3
commit
c33410f9a1
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue