config/users/chloe/paperback/configuration.nix

5 lines
77 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
reaper
];
}