1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-02-27 20:27:45 +01:00
parent 550ce08e41
commit d6157016cd
6 changed files with 31 additions and 13 deletions

5
common/atuin.nix Normal file
View file

@ -0,0 +1,5 @@
{
services.atuin = {
enable = true;
};
}