Add given password for hosts/oignon/networking/ssh/ed25519.key to store.
[julm/julm-nix.git] / home-manager / profiles / latex.nix
1 { pkgs, ... }:
2 {
3 home.packages = [
4 (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-medium xdvi ucs; })
5 ];
6 }