This commit is contained in:
♥ Minnie ♥ 2025-06-06 18:35:13 +08:00
parent 531b178421
commit ed9a836d2d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
9 changed files with 43 additions and 52 deletions

View file

@ -0,0 +1,16 @@
{
inputs,
pkgs,
...
}: {
home.packages = with pkgs;
[
gcc
pandoc
python313Full
texliveFull
]
++ [
inputs.nixvim.packages.${pkgs.system}.default
];
}