This commit is contained in:
2026-02-20 00:10:40 +01:00
commit 166d152536
9 changed files with 193 additions and 0 deletions

8
modules/atuin.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pgks, ... }:
{
programs.atuin = {
enable = true;
enableFishIntegration = true;
};
}