From 4a5e392d19a878c56e981cfe21f413426eafde56 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 18 Jan 2024 15:33:53 +0000 Subject: [PATCH] Add unfree support including vscode --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 42c8243..30754a7 100644 --- a/home.nix +++ b/home.nix @@ -16,9 +16,14 @@ # changes in each release. home.stateVersion = "23.11"; + nixpkgs.config = { + allowUnfree = true; + } + home.packages = with pkgs; [ # GUI #youtube-music + vscode # CLI mdbook