worf: fix 25.11. Clean flake.
This commit is contained in:
@@ -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" ] ''
|
||||
|
||||
Reference in New Issue
Block a user