From 62d7e984dfd1b5bbc971b62b05f79c7a2182792f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 16 Jan 2024 16:32:12 +0000 Subject: [PATCH] Disable VS Code due to unfree, the config isn't working. Move to unstable so 24.05 currently. --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 4be4469..187dc02 100644 --- a/home.nix +++ b/home.nix @@ -14,14 +14,14 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home.stateVersion = "23.11"; + home.stateVersion = "24.05"; nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ # GUI #youtube-music - vscode + #vscode # CLI mdbook