diff options
Diffstat (limited to 'home-manager/config')
-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 809073c4..3991ba19 100644 --- a/home-manager/config/lf/default.nix +++ b/home-manager/config/lf/default.nix @@ -55,7 +55,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; @@ -209,7 +209,7 @@ in { gnutar unzip # TODO this is unfree! unrar - + p7zip ; }; |