Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions

View File

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

View File

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