mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
9 lines
99 B
Nix
9 lines
99 B
Nix
{ pgks, ... }:
|
|
|
|
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
};
|
|
}
|