fix(home): Import neofetch submodule
This commit is contained in:
parent
bcdf2ff826
commit
279102f413
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ in
|
||||||
{
|
{
|
||||||
options = mkEnableModule "programs.hyfetch";
|
options = mkEnableModule "programs.hyfetch";
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./neofetch.nix
|
||||||
|
];
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.hyfetch = {
|
programs.hyfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue