From 4f056049c4ed85b1bedffcf1c23c69223e4e31b5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 27 Jul 2023 21:54:10 -0500 Subject: [PATCH] fix path to common.nix, include vscode derivation --- nix/home/penguin-duet.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home/penguin-duet.nix b/nix/home/penguin-duet.nix index 122cb32..3c876d5 100644 --- a/nix/home/penguin-duet.nix +++ b/nix/home/penguin-duet.nix @@ -1,6 +1,7 @@ { pkgs, lib, config, ... }: { imports = [ - ./home/common.nix + ./common.nix + ../lib/vscode.nix ]; nixpkgs.config = {