Files
amazing-dotfiles/modules/atuin.nix

9 lines
93 B
Nix

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