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