Compare commits

...

2 commits

Author SHA1 Message Date
bebc1ed649
feat(homes/rafiq): add mise 2025-07-14 15:09:12 +08:00
59fb406eb9
feat(darwin): add homebrew apps 2025-07-14 14:54:26 +08:00
2 changed files with 9 additions and 1 deletions

View file

@ -45,6 +45,7 @@ in
]; ];
}; };
programs = { programs = {
mise.enable = true;
nvf.enable = true; nvf.enable = true;
nvf.settings.vim = { nvf.settings.vim = {
syntaxHighlighting = true; syntaxHighlighting = true;

View file

@ -7,6 +7,13 @@ in
enable = true; enable = true;
user = cfg.admin.username; user = cfg.admin.username;
onActivation.cleanup = "uninstall"; onActivation.cleanup = "uninstall";
casks = [ "ghostty" ]; brews = [
"mise"
"docker"
];
casks = [
"ghostty"
"slack"
];
}; };
} }