aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-24 22:53:03 +0200
committerAdrian Kummerlaender2019-10-24 22:53:03 +0200
commit2e71eace9c283415b554ef40d7fd2bc18b047d2b (patch)
treeb20fca009a92ea937acb6e9da60545c59fcd8f7f /home.nix
parenta1a39d2015629dc36ac4619299d5d7b55a799172 (diff)
downloadnixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.gz
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.bz2
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.lz
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.xz
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.zst
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.zip
Pull in GNvim from unstable
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 38d7aaa..980550e 100644
--- a/home.nix
+++ b/home.nix
@@ -1,7 +1,8 @@
{ config, pkgs, ... }:
{
- custom.pkgs = import <mypkgs> { };
+ custom.pkgs = import ~/projects/dev/pkgs/default.nix { };
+ custom.nixpkgs-unstable = import <nixpkgs-unstable> { };
imports = [
# define options custom to this config