From 05a37f622e93e149dab63355b870a7c1c38f458d Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 1 Dec 2015 15:28:04 +0100 Subject: profiles/base: Enable global nixpkgs config. Until now I had a ~/.nixpkgs/config.nix with content like this: (import {}).aszlig.mmrnmhrm.build.config.nixpkgs.config Unfortunately, this has side-effects on a lot of things, essentially whenever I import without a config attribute, so I'd like to disable this by just modifying NIX_PATH instead of either moving ~/.nixpkgs/config.nix out of place or replace all imports of nixpkgs with an empty config attribute. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index ffa968ae..779edd21 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -41,6 +41,7 @@ in { vuizvui.user.aszlig.programs.vim.enable = true; vuizvui.user.aszlig.programs.zsh.enable = true; + vuizvui.enableGlobalNixpkgsConfig = true; services.nixosManual.showManual = false; -- cgit 1.4.1