config/users/chloe/paperback/configuration.nix

6 lines
77 B
Nix
Raw Normal View History

2025-05-07 10:22:05 -07:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
reaper
];
}