From 04d820913e26ff753f6f64c8cf0526cc6d7b9a50 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Thu, 27 Mar 2025 03:44:40 +1100 Subject: [PATCH 1/3] Fix godot 4 mono launch issue --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 377e55c..e2cb882 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -243,6 +243,7 @@ dotnetCorePackages.dotnet_8.sdk dotnetCorePackages.sdk_8_0_3xx alsa-lib + icu # === Godot === # === Ludusavi === @@ -312,6 +313,8 @@ FLAKE = "/home/buymymojo/etc/nixos/"; MANGOHUD = "1"; + + DOTNET_SYSTEM_GLOBALIZATION_INVARIANT = "1"; # Fixes godot 4 mono's launch issues }; # This value determines the NixOS release from which the default From 59ce492ea1027aeff5ca99fb54d7baa00a05dd4b Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Thu, 27 Mar 2025 03:44:56 +1100 Subject: [PATCH 2/3] Move mpv to system packages --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e2cb882..3d9c579 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -182,6 +182,7 @@ nixfmt-rfc-style dwarfs unrar + mpv wineWowPackages.stable winetricks From 4b14e7fad0285260896195cf81cad40260e9549e Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Thu, 27 Mar 2025 03:45:11 +1100 Subject: [PATCH 3/3] Bump flake.lock --- nixos/configuration.nix | 3 --- nixos/flake.lock | 12 ++++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3d9c579..af08440 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -26,8 +26,6 @@ inputs.ucodenix.nixosModules.default ]; - - # Use the latest linux Kernel boot.kernelPackages = pkgs.linuxPackages_latest; @@ -266,7 +264,6 @@ # List services that you want to enable: # Enable the OpenSSH daemon. - virtualisation.docker.enable = true; virtualisation.docker.storageDriver = "btrfs"; diff --git a/nixos/flake.lock b/nixos/flake.lock index 3f3f5d1..5cfd568 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -24,11 +24,11 @@ ] }, "locked": { - "lastModified": 1742957044, - "narHash": "sha256-gwW0tBIA77g6qq45y220drTy0DmThF3fJMwVFUtYV9c=", + "lastModified": 1742996658, + "narHash": "sha256-snxgTLVq6ooaD3W3mPHu7LVWpoZKczhxHAUZy2ea4oA=", "owner": "nix-community", "repo": "home-manager", - "rev": "ce287a5cd3ef78203bc78021447f937a988d9f6f", + "rev": "693840c01b9bef9e54100239cef937e53d4661bf", "type": "github" }, "original": { @@ -81,11 +81,11 @@ }, "unstable": { "locked": { - "lastModified": 1742669843, - "narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=", + "lastModified": 1742889210, + "narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1e5b653dff12029333a6546c11e108ede13052eb", + "rev": "698214a32beb4f4c8e3942372c694f40848b360d", "type": "github" }, "original": {