From 2b34f3d98b98e82167ee504a888c455401408aa2 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 4 Jul 2026 13:48:31 -0400 Subject: tealdeer autoupdate --- dotfiles/tealdeer/config.toml | 2 ++ hjem-darwin.nix | 1 + hjem-linux.nix | 1 + 3 files changed, 4 insertions(+) create mode 100644 dotfiles/tealdeer/config.toml diff --git a/dotfiles/tealdeer/config.toml b/dotfiles/tealdeer/config.toml new file mode 100644 index 0000000..7ae62d6 --- /dev/null +++ b/dotfiles/tealdeer/config.toml @@ -0,0 +1,2 @@ +[updates] +auto_update = true diff --git a/hjem-darwin.nix b/hjem-darwin.nix index 353a724..a9ef38d 100644 --- a/hjem-darwin.nix +++ b/hjem-darwin.nix @@ -13,6 +13,7 @@ ".config/ghostty/config.ghostty".source = ./dotfiles/ghostty/config.ghostty; ".config/git/config".source = ./dotfiles/git/config; "Library/Application Support/lazygit/config.yml".source = ./dotfiles/lazygit/config.yml; + ".config/tealdeer/config.toml".source = ./dotfiles/tealdeer/config.toml; }; packages = with pkgs; [ diff --git a/hjem-linux.nix b/hjem-linux.nix index 4bd6f08..ac89253 100644 --- a/hjem-linux.nix +++ b/hjem-linux.nix @@ -28,6 +28,7 @@ ".config/fastfetch/config.jsonc".source = ./dotfiles/fastfetch/config.jsonc; ".config/lazygit/config.yml".source = ./dotfiles/lazygit/config.yml; + ".config/tealdeer/config.toml".source = ./dotfiles/tealdeer/config.toml; }; packages = with pkgs; [ -- cgit v1.3.1