Fixed workflow; removed unnecessary stuff; add iso builder

This commit is contained in:
2026-06-22 22:33:33 +02:00
parent 238c4fcaf7
commit 0195c184b7
16 changed files with 113 additions and 173 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
programs.nixvim = lib.mkIf (!isDarwin) {
plugins.molten = {
enable = true;
python3Dependencies = p:
with p; [
python3Dependencies =
p: with p; [
pynvim
jupyter-client
cairosvg