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 = {
mise.enable = true;
nvf.enable = true;
nvf.settings.vim = {
syntaxHighlighting = true;

View file

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