mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
70baccb96b
Former-commit-id: 0bd55fdc10
2 lines
63 B
Nix
2 lines
63 B
Nix
{ pkgs, ... }: { home.packages = with pkgs; [ wkhtmltopdf ]; }
|