mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13: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;
|
enableCompletion = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
userSettings = {
|
||||||
|
"update.mode": "none",
|
||||||
|
"window.autoDetectColorScheme": true,
|
||||||
|
"window.titleBarStyle": "custom",
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
programs.vim.enable = true;
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings."org/gnome/desktop/interface".clock-format = "12h";
|
settings."org/gnome/desktop/interface".clock-format = "12h";
|
||||||
|
|
|
@ -54,8 +54,6 @@
|
||||||
git
|
git
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
vim
|
|
||||||
vscode
|
|
||||||
distrobox
|
distrobox
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
# wget
|
||||||
|
|
Loading…
Reference in a new issue