Compare commits
2 commits
750f2efaa7
...
bebc1ed649
Author | SHA1 | Date | |
---|---|---|---|
bebc1ed649 | |||
59fb406eb9 |
2 changed files with 9 additions and 1 deletions
|
@ -45,6 +45,7 @@ in
|
|||
];
|
||||
};
|
||||
programs = {
|
||||
mise.enable = true;
|
||||
nvf.enable = true;
|
||||
nvf.settings.vim = {
|
||||
syntaxHighlighting = true;
|
||||
|
|
|
@ -7,6 +7,13 @@ in
|
|||
enable = true;
|
||||
user = cfg.admin.username;
|
||||
onActivation.cleanup = "uninstall";
|
||||
casks = [ "ghostty" ];
|
||||
brews = [
|
||||
"mise"
|
||||
"docker"
|
||||
];
|
||||
casks = [
|
||||
"ghostty"
|
||||
"slack"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue