Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions

View File

@ -128,6 +128,8 @@ in
submodule = "log"; submodule = "log";
}; };
pager.show = lib.getExe pkgs.bat;
status = { status = {
showUntrackedFiles = "all"; showUntrackedFiles = "all";
relativePaths = true; relativePaths = true;

View File

@ -1,4 +1,4 @@
{ pkgs, unstable-pkgs, lib, extendedLib, config, inputs, secrets, ... }: { config, pkgs, lib, extendedLib, ... }:
let let
inherit (config) machineVars; inherit (config) machineVars;
in { in {