diff options
author | Soispha <soispha@vhack.eu> | 2023-08-26 13:47:55 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-26 13:50:01 +0200 |
commit | a01a3d4f5494855abf52f42c886a75b4500f35d5 (patch) | |
tree | a94dc7022ee9be3b53dc3a897209d2086759b260 /home-manager/soispha/config/lf/default.nix | |
parent | Feat(hm/conf/neovim/plugins/goto-preview): Init (diff) | |
download | nixos-config-a01a3d4f5494855abf52f42c886a75b4500f35d5.zip |
Docs(treewide): Add a colon after every "TODO"
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/lf/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home-manager/soispha/config/lf/default.nix b/home-manager/soispha/config/lf/default.nix index a4f7d7b9..ed037b05 100644 --- a/home-manager/soispha/config/lf/default.nix +++ b/home-manager/soispha/config/lf/default.nix @@ -13,7 +13,7 @@ in { xdg.configFile."lf/icons".source = ./icons; xdg.configFile."lf/colors".source = ./colors; - # TODO add the systemd tempfile option here + # TODO: add the systemd tempfile option here programs.lf = { enable = true; @@ -25,11 +25,11 @@ in { source = "${pkgs.ctpv}/bin/ctpv"; }; settings = { - # TODO this needs to be added to nixos: + # TODO: this needs to be added to nixos: #autoquit = true; # quit the server, if no clients are left #dirpreviews = true; # preview for directories - dircounts = true; # count things in directories TODO this has performance impact + 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 = "\\033[1;91m%s\\033[0m"; @@ -40,7 +40,7 @@ in { shell = "sh"; shellopts = "-eu"; # e: exit on error; u: error for unset variables }; - # TODO remove auto quit, if it has been added + # TODO: remove auto quit, if it has been added extraConfig = '' &${pkgs.ctpv}/bin/ctpv -s $id cmd on-quit %${pkgs.ctpv}/bin/ctpv -e $id |