summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotfiles/tealdeer/config.toml2
-rw-r--r--hjem-darwin.nix1
-rw-r--r--hjem-linux.nix1
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; [