summaryrefslogtreecommitdiffstats
path: root/hjem-linux.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
];
};