Remove ghostty, add kitty shortcut, add mpv sponsorblock

This commit is contained in:
2025-06-08 12:37:37 -04:00
parent 053a6c744f
commit 40b59c2cf6
2 changed files with 2 additions and 12 deletions

View File

@@ -98,17 +98,6 @@
};
};
programs.ghostty = {
enable = true;
enableBashIntegration = true;
installBatSyntax = true;
installVimSyntax = true;
settings = {
font-family = "BlexMono Nerd Font";
font-size = 11;
};
};
programs.kitty = {
enable = true;
enableGitIntegration = true;
@@ -127,6 +116,7 @@
};
scripts = [
pkgs.mpvScripts.mpris
pkgs.mpvScripts.sponsorblock
];
};