flocon/hosts/common/system/misc.nix

12 lines
209 B
Nix
Raw Normal View History

2024-09-24 21:47:52 +00:00
{...}: {
# fix direnv integration with fish
2024-09-24 21:47:52 +00:00
environment.pathsToLink = ["/share/fish"];
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
services.flatpak.enable = true;
}