mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
fix path to common.nix, include vscode derivation
This commit is contained in:
parent
2e628b7c4d
commit
4f056049c4
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
imports = [
|
||||
./home/common.nix
|
||||
./common.nix
|
||||
../lib/vscode.nix
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
Loading…
Reference in a new issue