add wrappers

This commit is contained in:
Henry Hiles 2023-12-26 13:01:54 -05:00
parent 05bf2c1c60
commit 8a2c922b27
10 changed files with 154 additions and 108 deletions

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
wrappers.neofetch = {
basePackage = pkgs.hyfetch;
flags = [
"--config"
./neofetch.conf
];
};
}