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