diff --git a/home-manager/fred.nix b/home-manager/fred.nix index 974fb2b..dc5e5a6 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -8,6 +8,9 @@ home.packages = with pkgs; [ # ]; + + # Allow unfree nix-shell maybe + nixpkgs.config.allowUnfree = true; # Import gnome home manager config imports = [ ./gnome-hm.nix ];