From b5833cf94b73bdcf54347826dd36f1e893ccbfe0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:16:44 +0400 Subject: [PATCH] asdf --- default.nix | 1 - hosts/sakowsl/configuration.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f6e525f1..8c674290 100644 --- a/default.nix +++ b/default.nix @@ -110,7 +110,6 @@ gh # github htop # htop tree # trees - git-credential-manager # this is so good ]; # you phisiclally cannot live without this # litearlly! ! ! ! ! ! diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 17ef838f..9bbfc9a0 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -53,6 +53,10 @@ services.gnome.gnome-keyring.enable = true; + users.users.sako.packages = with pkgs; [ + git-credential-manager + ]; + # Home manager setup home-manager.useUserPackages = true; home-manager.users.sako = {pkgs, ...}: {