From 95f2523d9ed9ff53be7b1df8e112d05601bdcf07 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 17 Aug 2025 17:55:18 +0200 Subject: [PATCH] Home/Nixinator: Disable unity + related (works better on windows) --- home/christoph/nixinator/default.nix | 43 ++++++++++++++-------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 7e46d979..7ccbc1e4 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -126,11 +126,11 @@ # Unity Stuff # TODO: Unity module - unityhub - rider-unity - dotnetCore - mono - steam-run-free # nix-alien doesn't seem to run unity apps, this does... + # unityhub + # rider-unity + # dotnetCore + # mono + # steam-run-free # nix-alien doesn't seem to run unity apps, this does... (blender.override {cudaSupport = true;}) godot_4 @@ -138,28 +138,29 @@ kdePackages.kdenlive krita makemkv + lrcget msty steam-devices-udev-rules ]; file = lib.mkMerge [ - { - ".local/share/applications/jetbrains-rider.desktop".source = let - desktopFile = pkgs.makeDesktopItem { - name = "jetbrains-rider"; - desktopName = "Rider"; - exec = "\"${rider-unity}/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; - } + # { + # ".local/share/applications/jetbrains-rider.desktop".source = let + # desktopFile = pkgs.makeDesktopItem { + # name = "jetbrains-rider"; + # desktopName = "Rider"; + # exec = "\"${rider-unity}/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; + # } (lib.optionalAttrs (mylib.modules.contains config.home.packages pkgs.makemkv) { ".MakeMKV/settings.conf".source = config.lib.file.mkOutOfStoreSymlink