mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00: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.
|
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.
|
# My custom modules.
|
||||||
profiles = {
|
profiles = {
|
||||||
editors = {
|
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.
|
# Set up with these variables.
|
||||||
systemd.user.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
PAGER = "moar";
|
PAGER = "moar";
|
||||||
|
Loading…
Reference in New Issue
Block a user