diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 08d6671..d4dd1f4 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -52,6 +52,7 @@ in { "1password-cli" "amethyst" "audacity" + "balenaetcher" "boinc" "cakebrew" "elgato-stream-deck" diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 1cc92ba..c9d7d89 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -28,6 +28,14 @@ PAGER = "less"; }; programs = { + atuin = { + enable = true; + settings = { + sync_address = "https://atuin.home.technicalissues.us"; + filter_mode_shell_up_key_binding = "host"; # or global, host, directory, etc + sync_frequency = "15m"; + }; + }; bat = { enable = true; config = {