From f2b2074205ff15100d6675be655d416c8512a97a Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 8 Apr 2023 11:52:59 +0800 Subject: [PATCH] install ranger --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8478af1..1a04d82 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -137,7 +137,7 @@ # Install packages, prefix with 'unstable.' to use overlay systemPackages = with pkgs; [ # System tools - curl git home-manager trash-cli tree unrar unzip vim wget zip + curl git home-manager ranger trash-cli tree unrar unzip vim wget zip # Developer tools docker-compose