From c8132a67d03f64fc017f56df351e3e0ccc71f982 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 10 Apr 2023 22:03:29 -0600 Subject: [PATCH] Use lf as terminal file explorer --- common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/default.nix b/common/default.nix index f7545a1..d29640c 100644 --- a/common/default.nix +++ b/common/default.nix @@ -55,6 +55,7 @@ in helix lm_sensors picocom + lf ]; nixpkgs.config.allowUnfree = true;