This commit is contained in:
Sakooooo 2024-02-11 16:16:44 +04:00
parent 0cdb2ffb9c
commit b5833cf94b
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 4 additions and 1 deletions

View file

@ -110,7 +110,6 @@
gh # github gh # github
htop # htop htop # htop
tree # trees tree # trees
git-credential-manager # this is so good
]; ];
# you phisiclally cannot live without this # you phisiclally cannot live without this
# litearlly! ! ! ! ! ! # litearlly! ! ! ! ! !

View file

@ -53,6 +53,10 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
users.users.sako.packages = with pkgs; [
git-credential-manager
];
# Home manager setup # Home manager setup
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.sako = {pkgs, ...}: { home-manager.users.sako = {pkgs, ...}: {