From 2b294c684bb623e3b90b87709ed461cf6c79f894 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 15 Mar 2024 23:40:18 -0300 Subject: [PATCH] fix: use correct yazi package --- nixos.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos.nix b/nixos.nix index 220ae1d..2fcffec 100644 --- a/nixos.nix +++ b/nixos.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, custom-neovim, yazi, ... }: +{ config, pkgs, ... }: { ## @@ -291,7 +291,7 @@ zoxide # File managing - yazi.packages.${pkgs.system}.default + yazi ## Libraries libsForQt5.qt5.qtgraphicaleffects