config/users/chloe/paperback/configuration.nix

7 lines
82 B
Nix
Raw Normal View History

2025-05-27 12:52:11 -07:00
_: {
homebrew = {
enable = true;
casks = [ "eloston-chromium" ];
};
}