mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
users/foo-dogsquared/programs/shell: add atuin config
This commit is contained in:
parent
d1602b438c
commit
2de682244f
@ -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 = {
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user