diff --git a/modules/profiles/home/atuin.nix b/modules/profiles/home/atuin.nix new file mode 100644 index 00000000..cabf3994 --- /dev/null +++ b/modules/profiles/home/atuin.nix @@ -0,0 +1,11 @@ +{ + programs.atuin = { + enable = true; + enableFishIntegration = true; + flags = [ "--disable-up-arrow" ]; + settings = { + workspaces = true; + style = "full"; + }; + }; +} diff --git a/modules/suites/home.nix b/modules/suites/home.nix index c4cd56bb..a611723c 100644 --- a/modules/suites/home.nix +++ b/modules/suites/home.nix @@ -5,6 +5,7 @@ with profiles; { base = [ attic + atuin autojump bat direnv