From 87244e45d9bb513d99412c41d0b3144bfa4e118c Mon Sep 17 00:00:00 2001 From: sajenim Date: Fri, 7 Apr 2023 07:20:03 +0800 Subject: [PATCH] fix typo --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 41eb2ab..8478af1 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 tree unrar unzip vim wget zip + curl git home-manager trash-cli tree unrar unzip vim wget zip # Developer tools docker-compose