refactor(homebrew): move homebrew config to module
This commit is contained in:
parent
e3ad7a2528
commit
b0c6785f64
2 changed files with 11 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue