remove gh cli from home manager
This commit is contained in:
parent
ee8c8e8375
commit
91347d9587
2 changed files with 19 additions and 20 deletions
|
@ -2,5 +2,5 @@ final: prev: {
|
|||
shotcut = final.qt6Packages.callPackage ./shotcut.nix {};
|
||||
|
||||
# FUCK REPRODUCIBILITY RARGHGHGHGHDKGJDKLGJSDKLGMDJGLKSDJLMGSJDKMGJZEIZ
|
||||
vesktop = prev.vesktop.overrideAttrs (old: { patches = []; });
|
||||
vesktop = prev.vesktop.overrideAttrs (old: {patches = [];});
|
||||
}
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
programs.git.enable = true;
|
||||
|
||||
hm.programs = {
|
||||
hm = {
|
||||
home.packages = with pkgs; [gh];
|
||||
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "uku";
|
||||
|
@ -17,10 +20,6 @@
|
|||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
|
||||
gh = {
|
||||
enable = true;
|
||||
gitCredentialHelper.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue