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;