flocon/modules/system/misc.nix

12 lines
179 B
Nix
Raw Normal View History

{ ... }:
{
# fix direnv integration with fish
environment.pathsToLink = [ "/share/fish" ];
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}