add wrappers
This commit is contained in:
parent
05bf2c1c60
commit
8a2c922b27
10 changed files with 154 additions and 108 deletions
9
wrappers/common/neofetch/default.nix
Normal file
9
wrappers/common/neofetch/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.neofetch = {
|
||||
basePackage = pkgs.hyfetch;
|
||||
flags = [
|
||||
"--config"
|
||||
./neofetch.conf
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue