Merge pull request #254891 from linsui/yazi

nixos/yazi: add to module-list.nix
This commit is contained in:
Weijia Wang 2023-09-13 09:20:21 +02:00 committed by GitHub
commit a8a580e5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -279,6 +279,7 @@
./programs/xss-lock.nix
./programs/xwayland.nix
./programs/yabar.nix
./programs/yazi.nix
./programs/zmap.nix
./programs/zsh/oh-my-zsh.nix
./programs/zsh/zsh-autoenv.nix

View file

@ -45,5 +45,9 @@ in
names);
};
};
meta.maintainers = with lib.maintainers; [ linsui ];
meta = {
maintainers = with lib.maintainers; [ linsui ];
# The version of the package is used in the doc.
buildDocsInSandbox = false;
};
}