Fix on module loaders

This commit is contained in:
2026-01-25 00:04:32 +01:00
parent bc7e2cd7d2
commit 69dc28534e
10 changed files with 46 additions and 24 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
{
shell = import ./services/shell.nix;
gnome = import ./services/gnome.nix;
zed = import ./submodules/zed.nix;
imports = [
./services/shell.nix
./services/gnome.nix
./submodules/zed.nix
];
}