Update to silence nixpkgs deprecation warnings
This commit is contained in:
parent
ad82b2f136
commit
07cfcb7b4b
4 changed files with 21 additions and 12 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# A command-line file manager
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
shellWrapperName = "y";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue