feat: move to umport for automatic module import

This commit is contained in:
2025-06-21 11:30:35 +08:00
parent 89aa6186f2
commit 13cc8234e1
22 changed files with 314 additions and 416 deletions

View File

@@ -1,9 +0,0 @@
{
imports = [
./all.nix
./media
./misc
./monitor
./shell
];
}

View File

@@ -1,9 +0,0 @@
{
imports = [
./all.nix
./ffmpeg.nix
./mpd
./cava
./go-musicfox
];
}

View File

@@ -1,6 +0,0 @@
{
imports = [
./all.nix
./btop
];
}

View File

@@ -1,6 +0,0 @@
{
imports = [
./all.nix
./zsh.nix
];
}