5 lines
100 B
Nix
5 lines
100 B
Nix
# Work in progress on another repo
|
|
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ wkhtmltopdf ];
|
|
}
|