diff options
author | Soispha <soispha@vhack.eu> | 2023-05-06 22:23:51 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:30 +0200 |
commit | e12d2b487d860714e9a16e1ad399dff95d7c33fc (patch) | |
tree | f737fc8e10b49980411b3bf91dbdf8ec7c331e9f | |
parent | Build(flake): Move yambar binaries to codeberg (diff) | |
download | nixos-config-e12d2b487d860714e9a16e1ad399dff95d7c33fc.tar.gz nixos-config-e12d2b487d860714e9a16e1ad399dff95d7c33fc.zip |
Style(hm/conf/lf): Format
-rw-r--r-- | home-manager/config/lf/commands/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/commands/default.nix b/home-manager/config/lf/commands/default.nix index 5eae996e..0a58302d 100644 --- a/home-manager/config/lf/commands/default.nix +++ b/home-manager/config/lf/commands/default.nix @@ -195,7 +195,7 @@ in { gnutar unzip # TODO this is unfree! unrar - + p7zip ; }; |