fix modules error

This commit is contained in:
Odweta
2026-01-19 15:03:08 +00:00
parent 7f1dde8e06
commit e20c60491f
5 changed files with 48 additions and 28 deletions
+10 -6
View File
@@ -1,6 +1,10 @@
[
./qbittirrent.nix
./steam.nix
./ungoogled-chromium.nix
./wine.nix
]
{ ... }:
{
imports = [
./qbittirrent.nix
./steam.nix
./ungoogled-chromium.nix
./wine.nix
];
}