fix syntax and stable / unstable

This commit is contained in:
sadan 2024-11-26 20:17:02 -05:00
parent 49571bbba2
commit a96c69cf08
No known key found for this signature in database
10 changed files with 84 additions and 81 deletions

View file

@ -7,5 +7,5 @@
libsForQt5.kcolorchooser
gnome.gnome-calculator
];
}
}
};
}

View file

@ -5,5 +5,5 @@
ffmpeg
yt-dlp
];
}
}
};
}

View file

@ -7,5 +7,5 @@
inkscape
obs-studio
];
}
}
};
}

View file

@ -1,4 +1,4 @@
{pkgs, unstable ? pkgs, ...}: {
{pkgs, unstable, ...}: {
home = {
packages = with pkgs; [
unstable.prisma
@ -10,4 +10,4 @@
PRISMA_QUERY_ENGINE_LIBRARY = "${pkgs.prisma-engines}/lib/libquery_engine.node";
};
};
}
}

View file

@ -14,5 +14,5 @@
target = "./.config/kitty";
};
};
}
}
};
}