diff --git a/home-manager/fred.nix b/home-manager/fred.nix index dc5e5a6..4552a0c 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -10,7 +10,9 @@ ]; # Allow unfree nix-shell maybe - nixpkgs.config.allowUnfree = true; + home.file.".config/nixpkgs/config.nix".text = '' + { allowUnfree = true; } + ''; # Import gnome home manager config imports = [ ./gnome-hm.nix ];