Remove on all import AND remove of flake.lock

This commit is contained in:
2026-01-24 18:07:44 +01:00
parent d72b3b7911
commit 0ae272d7c6
12 changed files with 29 additions and 94 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
{
shell = import ./services/shell.nix;
gnome = import ./services/gnome.nix;
zed = import ./submodules/zed.nix;
within = {
shell = ./services/shell.nix;
gnome = ./services/gnome.nix;
zed = ./submodules/zed.nix;
};
}