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