Files
nixconf/home/cfg/qbz.nix
T
2026-06-11 07:10:15 -06:00

7 lines
54 B
Nix

{pkgs,...}:
{
home.packages = [
pkgs.qbz
];
}