From 0647797d5964a43205b44770af0363e427afd1d5 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 23 Nov 2022 14:24:06 +0100 Subject: [PATCH] christoph: enable scmpuff --- home/christoph/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index e2316cd8..128cb1be 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -391,6 +391,12 @@ in rec { enableFishIntegration = config.modules.fish.enable; }; + # Git status replacement with file selection by number + scmpuff = { + enable = true; + enableFishIntegration = true; + }; + # Scientific pdf reader sioyek = { enable = true;