Fix on all import

This commit is contained in:
2026-01-24 18:26:41 +01:00
parent 0ae272d7c6
commit 625e7d161b
9 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
within = {
shell = ./services/shell.nix;
gnome = ./services/gnome.nix;
zed = ./submodules/zed.nix;
shell = import ./services/shell.nix;
gnome = import ./services/gnome.nix;
zed = import ./submodules/zed.nix;
};
}