This commit is contained in:
Hadi 2024-06-08 02:05:37 +02:00
parent 3a1896894f
commit 430d30e4ee
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./nixy ./nixy
./heaven
./nerdfetch ./nerdfetch
./sounds ./sounds
./brightness ./brightness

View File

@ -1 +1 @@
{ imports = [ ./nixy ./nerdfetch ./compress ]; } { imports = [ ./heaven ./nixy ./nerdfetch ./compress ]; }