about summary refs log tree commit diff stats
path: root/home-manager/config/lf/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-18 22:46:33 +0100
committerene <ene@sils.li>2023-02-18 22:57:24 +0100
commitf8ec74c6e7f63a3e44bfd834e61f55c4b8a8822d (patch)
tree49683482c451d67a09b8dbac491f625500564b79 /home-manager/config/lf/default.nix
parentFeat: Add encryption through agenix (diff)
downloadnixos-config-f8ec74c6e7f63a3e44bfd834e61f55c4b8a8822d.tar.gz
nixos-config-f8ec74c6e7f63a3e44bfd834e61f55c4b8a8822d.zip
Style(home-manager): Format with alejandra
Diffstat (limited to 'home-manager/config/lf/default.nix')
-rw-r--r--home-manager/config/lf/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix
index e27b040c..5330f39f 100644
--- a/home-manager/config/lf/default.nix
+++ b/home-manager/config/lf/default.nix
@@ -166,11 +166,11 @@ in {
 
       gt = "cd /tmp";
     };
-# TODO add ctpv, if it gets merged
-#   previewer = {
-#      keybinding = "i";
-#      source = pkgs.ctpv;
-#    };
+    # TODO add ctpv, if it gets merged
+    #   previewer = {
+    #      keybinding = "i";
+    #      source = pkgs.ctpv;
+    #    };
     settings = {
       # TODO this needs to be added to nixos:
       #autoquit = true; # quit the server, if no clients are left
@@ -181,7 +181,7 @@ in {
       errorfmt = "\\033[1;91m==> ERROR:\\033[0m\\033[1;93m%s\\033[0m";
       hidden = true; # show hidden files
       icons = true;
-      ifs =  "\n"; # internal field separator for shell commands
+      ifs = "\n"; # internal field separator for shell commands
       info = "size"; # show the size of a directory
       shell = "sh";
       shellopts = "-e -u"; # e: exit on error; u: error for unset variables