feat: add atuin
This commit is contained in:
parent
6a9b0aaf29
commit
e3b75304ab
2 changed files with 20 additions and 0 deletions
19
home/utils/atuin.nix
Normal file
19
home/utils/atuin.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
enableZshIntegration = true;
|
||||||
|
|
||||||
|
flags = [
|
||||||
|
"--disable-up-arrow"
|
||||||
|
];
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
dialect = "uk";
|
||||||
|
sync_frequency = "5m";
|
||||||
|
sync_address = "https://shsync.catgirl.dog/";
|
||||||
|
};
|
||||||
|
|
||||||
|
daemon.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./atuin.nix
|
||||||
./blueman.nix
|
./blueman.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue