Compare commits

..

No commits in common. "bebc1ed6492a57c96abde874f526231284a2f99c" and "750f2efaa73b510d9f0bfc45d844bfb11dd59377" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

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