fix path to common.nix, include vscode derivation

This commit is contained in:
John Bowdre 2023-07-27 21:54:10 -05:00
parent 2e628b7c4d
commit 4f056049c4

View file

@ -1,6 +1,7 @@
{ pkgs, lib, config, ... }: {
imports = [
./home/common.nix
./common.nix
../lib/vscode.nix
];
nixpkgs.config = {