feat(nix/hm/price): install pandoc
This commit is contained in:
parent
a4220dbc98
commit
069066266e
7
users/price/conf/pandoc/default.nix
Normal file
7
users/price/conf/pandoc/default.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ texliveTeTeX ];
|
||||||
|
programs.pandoc = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user