diff --git a/nixos/common/packages/default.nix b/nixos/common/packages/default.nix index d6da1399..2b27ea77 100644 --- a/nixos/common/packages/default.nix +++ b/nixos/common/packages/default.nix @@ -26,6 +26,6 @@ busybox # Linux utilities ethtool # Ethernet troubleshooting:with file # Shows the types of files - inputs.inputs.superfile.packages.${system}.default # Superfile CLI file browser + inputs.superfile.packages.${system}.default # Superfile CLI file browser ]; }