ace ++
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
lib.mkIf (host != "NxACE")
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
|
||||
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
|
||||
];
|
||||
}
|
||||
|
||||
6
home-modules/pandoc.nix
Normal file
6
home-modules/pandoc.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pandoc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user