From d969daa52d8bc558469370a569b49b425a0276e9 Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Thu, 18 Jun 2026 21:37:16 -0500 Subject: [PATCH] vscode --- hosts/laptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f7b17ec..85f3610 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -55,6 +55,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs; [ neovim git @@ -69,6 +71,7 @@ ripgrep fzf cmatrix + vscode ]; services.openssh.enable = true;