fix: use correct yazi package
This commit is contained in:
parent
3ea5c64fa3
commit
2b294c684b
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ config, pkgs, custom-neovim, yazi, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
##
|
##
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
zoxide
|
zoxide
|
||||||
|
|
||||||
# File managing
|
# File managing
|
||||||
yazi.packages.${pkgs.system}.default
|
yazi
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
|
|
Loading…
Reference in a new issue