refactor(homebrew): move homebrew config to module

This commit is contained in:
Mohammad Rafiq 2025-07-18 19:47:24 +08:00
parent e3ad7a2528
commit b0c6785f64
No known key found for this signature in database
2 changed files with 11 additions and 7 deletions

View file

@ -1,12 +1,5 @@
{ config, ... }:
let
inherit (config.manifest) admin;
in
{
flake.modules.darwin.graphical.homebrew = {
enable = true;
user = admin.username;
onActivation.cleanup = "uninstall";
brews = [
"mise"
"docker"