11 lines
209 B
Nix
11 lines
209 B
Nix
{...}: {
|
|
# fix direnv integration with fish
|
|
environment.pathsToLink = ["/share/fish"];
|
|
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
};
|
|
|
|
services.flatpak.enable = true;
|
|
}
|