fix(home): Import neofetch submodule

This commit is contained in:
punkfairie 2024-11-16 20:15:36 -08:00
parent bcdf2ff826
commit 279102f413
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -13,6 +13,10 @@ in
{
options = mkEnableModule "programs.hyfetch";
imports = [
./neofetch.nix
];
config = mkIf cfg.enable {
programs.hyfetch = {
enable = true;