From 43156dad46b2bbef969c8143a4f786427912a473 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Tue, 25 Aug 2026 19:05:01 -0400 Subject: [PATCH] nixos-pc: remove dotnet env vars --- hosts/shared/nixos-pc.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/shared/nixos-pc.nix b/hosts/shared/nixos-pc.nix index cdf183a..b6ba6c2 100644 --- a/hosts/shared/nixos-pc.nix +++ b/hosts/shared/nixos-pc.nix @@ -414,8 +414,6 @@ in _JAVA_OPTIONS = "-Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java"; PYTHON_HISTORY = "$XDG_STATE_HOME/python_history"; HISTFILE = "$XDG_STATE_HOME/bash/history"; - DOTNET_ROOT = "${pkgs.dotnet-sdk}/share/dotnet"; - DOTNET_CLI_HOME = "$XDG_DATA_HOME/dotnet"; GTK2_RC_FILES = "$XDG_CONFIG_HOME/gtk-2.0/gtkrc"; }; };