GPG Stuff
This commit is contained in:
parent
4265228b48
commit
1feb66d19a
1 changed files with 7 additions and 0 deletions
|
@ -207,6 +207,7 @@
|
||||||
programs.iotop.enable = true;
|
programs.iotop.enable = true;
|
||||||
programs.htop.enable = true;
|
programs.htop.enable = true;
|
||||||
programs.tmux.enable = true;
|
programs.tmux.enable = true;
|
||||||
|
programs.seahorse.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
emacs
|
emacs
|
||||||
|
@ -274,6 +275,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryFlavor = "gtk2";
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It is perfectly fine and recommended to leave
|
# on your system were taken. It is perfectly fine and recommended to leave
|
||||||
|
|
Loading…
Reference in a new issue