From b49ae12190f3168a6c519c373bd2b4f9885460d0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:23:07 +0400 Subject: [PATCH] man --- hosts/sakowsl/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 9e582008..437725c4 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -53,6 +53,10 @@ services.gnome.gnome-keyring.enable = true; + environment.sessionVariables = { + DOTNET_ROOT = "${pkgs.dotnet-sdk}"; + }; + # git-credential-manager setup users.users.sako.packages = with pkgs; [ git-credential-manager