Compare commits
No commits in common. "1feb66d19ac925e317c3bff0e0dad83cb38b71d4" and "53ca88dc37f31337da8e92b97efe6e01ef5461f0" have entirely different histories.
1feb66d19a
...
53ca88dc37
2 changed files with 0 additions and 15 deletions
|
@ -1,8 +0,0 @@
|
|||
[user]
|
||||
name = Jarkko Toivanen
|
||||
email = jt@jakest.us
|
||||
signingkey = 0EEA7DE3BE089B6F
|
||||
[core]
|
||||
editor = nano
|
||||
[commit]
|
||||
gpgsign = true
|
|
@ -207,7 +207,6 @@
|
|||
programs.iotop.enable = true;
|
||||
programs.htop.enable = true;
|
||||
programs.tmux.enable = true;
|
||||
programs.seahorse.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
emacs
|
||||
|
@ -275,12 +274,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue