From 6e941e28f63f96962ac8e440394c0277413dcd65 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 3 Oct 2019 22:38:41 +0200 Subject: Simplify nix configuration --- user/modules/nix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'user/modules/nix.nix') diff --git a/user/modules/nix.nix b/user/modules/nix.nix index 4097598b..d0de3cab 100644 --- a/user/modules/nix.nix +++ b/user/modules/nix.nix @@ -1,6 +1,5 @@ { config, pkgs, ... }: { - nixpkgs.config = import ../nix/.config/nixpkgs/config.nix; - xdg.configFile."nixpkgs.config.nix".source = ../nix/.config/nixpkgs/config.nix; + nixpkgs.config = import ../config.nix; } -- cgit 1.4.1