From 94e2d64cbbb4c1901bbd7466f12662dba28005da Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 4 May 2023 17:09:32 -0400 Subject: modules: prefix with getchoo --- users/seth/home.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'users/seth') diff --git a/users/seth/home.nix b/users/seth/home.nix index a10f061..835bf08 100644 --- a/users/seth/home.nix +++ b/users/seth/home.nix @@ -15,14 +15,4 @@ }; nix.package = lib.mkDefault pkgs.nixFlakes; - - xdg = { - enable = true; - configFile."nixpkgs/config.nix".text = '' - { - allowUnfree = true; - allowUnsupportedSystem = true; - } - ''; - }; } -- cgit v1.2.3