Update to silence nixpkgs deprecation warnings

This commit is contained in:
Haak Saxberg 2026-03-19 10:48:27 -07:00
parent ad82b2f136
commit 07cfcb7b4b
4 changed files with 21 additions and 12 deletions

View file

@ -1,7 +1,9 @@
{ pkgs, ... }:
{
# A command-line file manager
programs.yazi = {
enable = true;
enableZshIntegration = true;
shellWrapperName = "y";
};
}