jt
/
conf
1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Jarkko Toivanen 1feb66d19a
GPG Stuff 2023-05-10 19:45:18 +03:00
Jarkko Toivanen 4265228b48
Adding GIT configuration 2023-05-10 19:44:17 +03:00
2 changed files with 15 additions and 0 deletions

8
.gitconfig Normal file
View File

@ -0,0 +1,8 @@
[user]
name = Jarkko Toivanen
email = jt@jakest.us
signingkey = 0EEA7DE3BE089B6F
[core]
editor = nano
[commit]
gpgsign = true

View File

@ -207,6 +207,7 @@
programs.iotop.enable = true;
programs.htop.enable = true;
programs.tmux.enable = true;
programs.seahorse.enable = true;
environment.systemPackages = with pkgs; [
wget
emacs
@ -274,6 +275,12 @@
];
};
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gtk2";
enableSSHSupport = true;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It is perfectly fine and recommended to leave