aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-22 11:08:57 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-22 11:08:57 -0600
commit87763bcc7d13e92b96c5743507795fba4444eabe (patch)
tree1c394be7bbc358bc8dc3ad119f6ebf150ff0f974 /modules/terminal
parent4bbaf8fff29ea4f50771025327cb16ed8995aab7 (diff)
give up on agenix; set up remote deploys (not currently working)
Diffstat (limited to 'modules/terminal')
-rw-r--r--modules/terminal/hjem/programs/lazygit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/terminal/hjem/programs/lazygit.nix b/modules/terminal/hjem/programs/lazygit.nix
index a939446..5eb546e 100644
--- a/modules/terminal/hjem/programs/lazygit.nix
+++ b/modules/terminal/hjem/programs/lazygit.nix
@@ -7,7 +7,7 @@
cfg = config.collinux.terminal.programs.lazygit;
settings = {
- git.paging.pager = "${pkgs.diff-so-fancy}/bin/diff-so-fancy";
+ git.pagers = [(lib.getExe pkgs.diff-so-fancy)];
gui = {
showRandomTip = false;
commitLength.show = false;