diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-04 13:48:31 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-04 13:48:31 -0400 |
| commit | 2b34f3d98b98e82167ee504a888c455401408aa2 (patch) | |
| tree | fc3f2e00f1f66ae688a712e8715e6d75c212a7ae | |
| parent | delta for lazygit (diff) | |
| download | nixos-2b34f3d98b98e82167ee504a888c455401408aa2.tar.gz nixos-2b34f3d98b98e82167ee504a888c455401408aa2.tar.bz2 nixos-2b34f3d98b98e82167ee504a888c455401408aa2.zip | |
tealdeer autoupdate
| -rw-r--r-- | dotfiles/tealdeer/config.toml | 2 | ||||
| -rw-r--r-- | hjem-darwin.nix | 1 | ||||
| -rw-r--r-- | hjem-linux.nix | 1 |
3 files changed, 4 insertions, 0 deletions
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; [ |
