mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
5 lines
100 B
Nix
5 lines
100 B
Nix
# Work in progress on another repo
|
|
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ wkhtmltopdf ];
|
|
}
|