config/users/chloe/paperback/configuration.nix

6 lines
77 B
Nix
Raw Normal View History

2025-05-06 23:31:53 -07:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
reaper
];
}