asdf
This commit is contained in:
parent
0cdb2ffb9c
commit
b5833cf94b
2 changed files with 4 additions and 1 deletions
|
@ -110,7 +110,6 @@
|
|||
gh # github
|
||||
htop # htop
|
||||
tree # trees
|
||||
git-credential-manager # this is so good
|
||||
];
|
||||
# you phisiclally cannot live without this
|
||||
# litearlly! ! ! ! ! !
|
||||
|
|
|
@ -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, ...}: {
|
||||
|
|
Loading…
Reference in a new issue