git and gpg config

This commit is contained in:
Rouven Seifert 2023-01-06 22:39:08 +01:00
parent 79c06a749a
commit 06ab8644cd
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 22 additions and 2 deletions

View file

@ -7,6 +7,7 @@
./flameshot ./flameshot
./fzf ./fzf
./git ./git
./gpg
./kdeconnect ./kdeconnect
./neovim ./neovim
./picom ./picom

View file

@ -11,4 +11,11 @@
commit.gpgsign = true; commit.gpgsign = true;
}; };
}; };
programs.gh = {
enable = true;
settings = {
editor = "nvim";
git_protocol = "ssh";
};
};
} }

View file

@ -0,0 +1,14 @@
{ config, ... }:
{
programs.gpg = {
enable = true;
mutableKeys = true;
publicKeys = [
{
source = ../../../../keys/pgp/rouven.asc;
trust = 5;
}
];
scdaemonSettings = { disable-ccid = true; };
};
}

View file

@ -13,8 +13,6 @@
okular okular
gimp gimp
gh # github cli tool
# sound # sound
pavucontrol pavucontrol