diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 1e4d9aaa..e674246a 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -41,7 +41,8 @@ }; modules = { - beets.enable = !headless; + # TODO: Reenable after build-failure on 2025-07-18 + beets.enable = false; # !headless; btop.enable = true; diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 1149d4c7..0f67b436 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -83,6 +83,7 @@ # Add any extra libraries you want accessible to Rider here ]; + # TODO: Broken, jetbrains.jdk doesn't build (see nixpkgs #425328) unity-rider = pkgs.jetbrains.rider.overrideAttrs (attrs: { postInstall = '' @@ -118,9 +119,9 @@ # Unity Stuff # TODO: Unity module # unityhub # TODO: Wait for https://nixpk.gs/pr-tracker.html?pr=422785 - unity-rider - dotnetCore - mono + # unity-rider + # dotnetCore + # mono blender godot_4 @@ -135,17 +136,17 @@ file = lib.mkMerge [ { - ".local/share/applications/jetbrains-rider.desktop".source = let - desktopFile = pkgs.makeDesktopItem { - name = "jetbrains-rider"; - desktopName = "Rider"; - exec = "\"${unity-rider}/bin/rider\""; - icon = "rider"; - type = "Application"; - # Don't show desktop icon in search or run launcher - extraConfig.NoDisplay = "true"; - }; - in "${desktopFile}/share/applications/jetbrains-rider.desktop"; + # ".local/share/applications/jetbrains-rider.desktop".source = let + # desktopFile = pkgs.makeDesktopItem { + # name = "jetbrains-rider"; + # desktopName = "Rider"; + # exec = "\"${unity-rider}/bin/rider\""; + # icon = "rider"; + # type = "Application"; + # # Don't show desktop icon in search or run launcher + # extraConfig.NoDisplay = "true"; + # }; + # in "${desktopFile}/share/applications/jetbrains-rider.desktop"; ".var/app/com.valvesoftware.Steam/config/MangoHud/MangoHud.conf".source = ../../../config/mangohud/MangoHud.conf; } diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index b64a3d91..eda2671f 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -103,6 +103,9 @@ boot = { kernelPackages = pkgs.linuxPackages_zen; + + # kernelParams = ["quiet"]; + # plymouth.enable = true; }; environment.systemPackages = with pkgs; [