diff --git a/home/aly/default.nix b/home/aly/default.nix index 09ebd2b4..194c73ef 100644 --- a/home/aly/default.nix +++ b/home/aly/default.nix @@ -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"; diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 9a43f2e0..ecb38ec6 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -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