make zed work

This commit is contained in:
2025-08-04 00:10:39 +01:00
parent 888ce3e9d3
commit 7b6b65cd1d
6 changed files with 55 additions and 34 deletions

View File

@@ -49,9 +49,6 @@
golink.overlays.default
nixgl.overlay
zig.overlays.default
(final: prev: {
zen-browser = zen-browser.packages.${prev.system}.default;
})
];
pkgs =
@@ -114,6 +111,7 @@
extraSpecialArgs = {
inherit hostname;
inherit headless;
inherit inputs;
};
};
}