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
|
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! ! ! ! ! !
|
||||||
|
|
|
@ -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, ...}: {
|
||||||
|
|
Loading…
Reference in a new issue