This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-07 16:56:30 +02:00
parent 428c531415
commit 1387e5a081
5 changed files with 34 additions and 4 deletions

6
home-modules/pandoc.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
pandoc
];
}