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
+2 -2
View File
@@ -1,4 +1,4 @@
{
shell = import ../submodules/gnome-shell.nix;
apps = import ../submodules/gnome-apps.nix;
shell = ../submodules/gnome-shell.nix;
apps = ../submodules/gnome-apps.nix;
}