Commit for generation 62

This commit is contained in:
2024-09-25 02:48:10 -04:00
parent 4b5a6450b7
commit be403404ba
2 changed files with 72 additions and 91 deletions

View File

@@ -56,7 +56,7 @@
x11.enable = true;
name = name;
size = 48;
package = pkgs.runcommand "moveUp" {} ''
package = pkgs.runCommand "moveUp" {} ''
mkdir -p $out/share/icons
ln -s ${pkgs.fetchzip {
url = url;