Fix on modules settings

This commit is contained in:
2026-01-24 19:07:42 +01:00
parent 625e7d161b
commit 008cdf87ee
4 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
systemd = import ../submodules/systemd-boot.nix;
plymouth = ../submodules/plymouth.nix;
plymouth = import ../submodules/plymouth.nix;
}