mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-11 09:16:20 +02:00
8 lines
121 B
Nix
8 lines
121 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = [
|
|
(pkgs.texlive.combine {
|
|
inherit (pkgs.texlive) scheme-full;
|
|
})
|
|
];
|
|
}
|