diff options
author | ene <ene@sils.li> | 2023-02-25 13:56:46 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-25 13:56:46 +0100 |
commit | 869ac2b88fbf74c11e44cca318faa0419f0291b2 (patch) | |
tree | 48f050ef859de31bd21fbc30df59fd55ad6998d4 | |
parent | Fix(system): Add networkmanagers confdir to persistence (diff) | |
download | nixos-config-869ac2b88fbf74c11e44cca318faa0419f0291b2.tar.gz nixos-config-869ac2b88fbf74c11e44cca318faa0419f0291b2.zip |
Fix(lf): Add string param to error format
Diffstat (limited to '')
-rw-r--r-- | home-manager/config/lf/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix index 4e9201e2..6a0ef225 100644 --- a/home-manager/config/lf/default.nix +++ b/home-manager/config/lf/default.nix @@ -165,7 +165,7 @@ in { gnutar unzip # TODO this is unfree! unrar - + p7zip ; }; @@ -352,7 +352,7 @@ in { dircounts = true; # count things in directories TODO this has performance impact drawbox = true; # errorfmt = "\\033[1;91m==> ERROR:\\033[0m\\033[1;93m%s\\033[0m"; - errorfmt = "ERROR: "; + errorfmt = "\\033[1;91m%s\\033[0m"; hidden = true; # show hidden files icons = true; ifs = "\\n"; # internal field separator for shell commands |