From 024dd302d3b7bbdea5f70063b4eb2526588bebd7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:56:29 +0400 Subject: [PATCH] should have listened and just used ssh lol --- hosts/sakowsl/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 437725c4..2cca933b 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -51,18 +51,6 @@ ''; nix.settings.experimental-features = ["nix-command" "flakes"]; - 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 - dotnet-sdk_7 - ]; - # Home manager setup home-manager.useUserPackages = true; home-manager.users.sako = {pkgs, ...}: {