Do not use hardcoded ccr
username
This commit is contained in:
parent
8ee594e06b
commit
796ecadf90
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
age,
|
||||
hostname,
|
||||
config,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -59,7 +60,7 @@
|
|||
settings = {
|
||||
daemon = {
|
||||
enabled = true;
|
||||
socket_path = "/home/ccr/.local/share/atuin/atuin.sock"; # FIXME using ~ or $HOME doesn't work: https://github.com/atuinsh/atuin/issues/2289
|
||||
socket_path = "/home/${username}/.local/share/atuin/atuin.sock"; # FIXME using ~ or $HOME doesn't work: https://github.com/atuinsh/atuin/issues/2289
|
||||
};
|
||||
auto_sync = true;
|
||||
sync_frequency = "5m";
|
||||
|
|
Loading…
Add table
Reference in a new issue