mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
gh home manager
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
588933d7a8
commit
c587ed27a8
1
users/ellmau/conf/gh/config.yml
Normal file
1
users/ellmau/conf/gh/config.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"aliases":{},"editor":"","git_protocol":"ssh", "prompt":"enabled"}
|
||||||
@ -1,6 +1,7 @@
|
|||||||
{ config, pkgs, ...}:
|
{ config, pkgs, ...}:
|
||||||
{
|
{
|
||||||
programs.git = {
|
programs= {
|
||||||
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
userName = "Stefan Ellmauthaler";
|
userName = "Stefan Ellmauthaler";
|
||||||
@ -16,4 +17,15 @@
|
|||||||
branch = { autosetuprebase = "always";};
|
branch = { autosetuprebase = "always";};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gh = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg = {
|
||||||
|
configFile."gh/config.yml" = {
|
||||||
|
source = conf/gh/config.yml;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,8 +22,6 @@
|
|||||||
pkgs.nixpkgs-fmt
|
pkgs.nixpkgs-fmt
|
||||||
pkgs.nix-prefetch-github
|
pkgs.nix-prefetch-github
|
||||||
|
|
||||||
pkgs.gh
|
|
||||||
|
|
||||||
pkgs.neofetch
|
pkgs.neofetch
|
||||||
|
|
||||||
pkgs.jitsi-meet-electron
|
pkgs.jitsi-meet-electron
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user