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
+3 -5
View File
@@ -1,7 +1,5 @@
{
within = {
shell = import ./services/shell.nix;
gnome = import ./services/gnome.nix;
zed = import ./submodules/zed.nix;
};
shell = import ./services/shell.nix;
gnome = import ./services/gnome.nix;
zed = import ./submodules/zed.nix;
}