Yazi: use unstable package

This commit is contained in:
Filippo Berto 2026-02-04 20:01:27 +01:00
parent 07f68d2a26
commit ca4e245fd0
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, unstable, ... }:
{
home = {
packages = [
@ -12,6 +12,7 @@
programs.yazi = {
enable = true;
package = unstable.yazi;
enableBashIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;