From b54de1b81f90d37d9a70e4fc514a4132a35974b0 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 1 Mar 2024 07:46:59 -0500 Subject: [PATCH] added vscode to home programs list and disabled update checks --- home/aly/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/aly/default.nix b/home/aly/default.nix index ecdb7e53..777d7513 100644 --- a/home/aly/default.nix +++ b/home/aly/default.nix @@ -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; @@ -78,4 +80,4 @@ # Let home Manager install and manage itself. programs.home-manager.enable = true; -} \ No newline at end of file +}