config/users/chloe/paperback/configuration.nix
2025-05-27 12:53:00 -07:00

6 lines
82 B
Nix

_: {
homebrew = {
enable = true;
casks = [ "eloston-chromium" ];
};
}