mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
big updates
This commit is contained in:
parent
52ba79c38d
commit
9a9aa63564
5 changed files with 28 additions and 23 deletions
|
|
@ -8,9 +8,6 @@ in
|
|||
{ options.modules.user.git = { enable = mkEnableOption "user.git"; };
|
||||
config = mkIf cfg.enable {
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
};
|
||||
gh = {
|
||||
enable = true;
|
||||
settings.git_protocol = "ssh";
|
||||
|
|
@ -19,6 +16,7 @@ in
|
|||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
git
|
||||
git-crypt
|
||||
];
|
||||
file.".config/git" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue