flocon/hosts/common/system/misc.nix

12 lines
205 B
Nix
Raw Normal View History

2024-09-25 07:02:43 +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;
}