diff --git a/home/applications/atuin/default.nix b/home/applications/atuin/default.nix deleted file mode 100644 index 5d1d6ce..0000000 --- a/home/applications/atuin/default.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ - programs.atuin = { - enable = true; - flags = [ "--disable-up-arrow" ]; - settings = { - style = "compact"; - show_help = false; - stats.common_subcommands = [ - "nix" - "nom" - "nh" - "podman" - "docker" - "atuin" - "hugo" - "adb" - # default - "cargo" - "go" - "git" - "npm" - "yarn" - "pnpm" - "kubectl" - ]; - }; - }; -}