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
+6 -2
View File
@@ -1,6 +1,10 @@
[ { ... }:
{
imports = [
./qbittirrent.nix ./qbittirrent.nix
./steam.nix ./steam.nix
./ungoogled-chromium.nix ./ungoogled-chromium.nix
./wine.nix ./wine.nix
] ];
}
+6 -2
View File
@@ -1,8 +1,12 @@
[ { ... }:
{
imports = [
./boot.nix ./boot.nix
./env-vars.nix ./env-vars.nix
./nix-settings.nix ./nix-settings.nix
./security.nix ./security.nix
./time.nix ./time.nix
./users.nix ./users.nix
] ];
}
+6 -2
View File
@@ -1,4 +1,8 @@
[ { ... }:
{
imports = [
./fonts.nix ./fonts.nix
./gnome.nix ./gnome.nix
] ];
}
+6 -2
View File
@@ -1,5 +1,9 @@
[ { ... }:
{
imports = [
./audio.nix ./audio.nix
./opengl.nix ./opengl.nix
./usb.nix ./usb.nix
] ];
}
+6 -2
View File
@@ -1,5 +1,9 @@
[ { ... }:
{
imports = [
./networking.nix ./networking.nix
./openssh.nix ./openssh.nix
./printing.nix ./printing.nix
] ];
}