summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <andrew@montgomery.systems>2026-07-04 13:44:25 -0400
committerSkullheadx <andrew@montgomery.systems>2026-07-04 13:44:25 -0400
commita7ca02bfa7688370eb0dec9ca2abb3607e1218eb (patch)
tree026fecdd94000c10adb753b2ad9f33aa779e6e0e
parentzsh linux and zsh darwin, also add some tools for linux (diff)
downloadnixos-a7ca02bfa7688370eb0dec9ca2abb3607e1218eb.tar.gz
nixos-a7ca02bfa7688370eb0dec9ca2abb3607e1218eb.tar.bz2
nixos-a7ca02bfa7688370eb0dec9ca2abb3607e1218eb.zip
delta for lazygit
-rw-r--r--hjem-linux.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hjem-linux.nix b/hjem-linux.nix
index 9446720..4bd6f08 100644
--- a/hjem-linux.nix
+++ b/hjem-linux.nix
@@ -27,6 +27,7 @@
".sfeed/sfeedrc".source = ./dotfiles/sfeed/sfeedrc;
".config/fastfetch/config.jsonc".source = ./dotfiles/fastfetch/config.jsonc;
+ ".config/lazygit/config.yml".source = ./dotfiles/lazygit/config.yml;
};
packages = with pkgs; [
@@ -38,6 +39,7 @@
zathura
lf
sfeed
+ delta
];
};