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, ...}: {