nix-config-v2/home/atuin.nix

7 lines
90 B
Nix

{...}: {
programs.atuin = {
enable = true;
enableFishIntegration = true;
};
}