diff --git a/hertog/home.nix b/hertog/home.nix index 7ab37b0..19117af 100644 --- a/hertog/home.nix +++ b/hertog/home.nix @@ -9,6 +9,7 @@ ../programs/sway ../programs/alacritty.nix ../programs/dconf.nix + ../programs/atuin.nix ../programs/zsh.nix ../programs/git.nix ../programs/hyfetch.nix diff --git a/programs/atuin.nix b/programs/atuin.nix new file mode 100644 index 0000000..e16c386 --- /dev/null +++ b/programs/atuin.nix @@ -0,0 +1,11 @@ +{ + programs.atuin = { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + settings = { + auto_sync = true; + dialect = "uk"; + }; + }; +}