sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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
}