Yazi: use unstable package
This commit is contained in:
parent
07f68d2a26
commit
ca4e245fd0
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue