worf: fix 25.11. Clean flake.

This commit is contained in:
2025-12-04 17:22:33 +01:00
parent aca430fb18
commit b4b8fa2309
3 changed files with 38 additions and 64 deletions

View File

@@ -61,7 +61,7 @@
apps = pkgs.buildEnv {
name = "home-manager-applications";
paths = config.home.packages;
pathsToLink = "/Applications";
pathsToLink = [ "/Applications" ] ;
};
in
lib.hm.dag.entryAfter [ "writeBoundary" ] ''