11 lines
191 B
Nix
11 lines
191 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
programs.atuin = {
|
|
enable = true;
|
|
settings = {
|
|
# Uncomment this to use your instance
|
|
# sync_address = "https://majiy00-shell.fly.dev";
|
|
};
|
|
};
|
|
}
|