Add vscode to programs

This commit is contained in:
Armel van Ravels
2026-01-20 10:58:44 +01:00
parent c9e194a36e
commit 48e566b79e
3 changed files with 12 additions and 1 deletions

View File

@@ -19,7 +19,10 @@
}:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
in
{
homeConfigurations = {