users/foo-dogsquared/programs/shell: add atuin config

This commit is contained in:
Gabriel Arazas 2023-12-15 21:33:32 +08:00
parent d1602b438c
commit 2de682244f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 9 additions and 8 deletions

View File

@ -45,14 +45,6 @@
hledger # Trying to be a good accountant.
];
programs.atuin = {
settings = {
auto_sync = true;
sync_address = "http://atuin.plover.foodogsquared.one";
sync_frequency = "10m";
};
};
# My custom modules.
profiles = {
editors = {

View File

@ -31,6 +31,15 @@ in
];
};
programs.atuin = {
enable = true;
settings = {
auto_sync = true;
sync_address = "http://atuin.plover.foodogsquared.one";
sync_frequency = "10m";
};
};
# Set up with these variables.
systemd.user.sessionVariables = {
PAGER = "moar";