mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 08:00:31 +01:00
gpg stuff; resolve stash conflict
This commit is contained in:
parent
7f094eb0b1
commit
e0f3980099
|
@ -8,7 +8,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "xqtc";
|
userName = "xqtc";
|
||||||
userEmail = "xqtc@tutanota.com";
|
userEmail = "xqtc@tutanota.com";
|
||||||
signing ={
|
signing = {
|
||||||
key = "655F2C328563DC87FB2077CC2C064D095926D9D1";
|
key = "655F2C328563DC87FB2077CC2C064D095926D9D1";
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -115,7 +115,7 @@ in {
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
sayonara
|
sayonara
|
||||||
# mpv
|
mpv
|
||||||
feishin
|
feishin
|
||||||
|
|
||||||
nix-tree
|
nix-tree
|
||||||
|
|
|
@ -201,11 +201,11 @@
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
programs.mtr.enable = true;
|
||||||
# programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue