Remove ghostty, add kitty shortcut, add mpv sponsorblock
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
@@ -131,7 +131,7 @@
|
||||
"next activity" = ",none,Walk through activities";
|
||||
"previous activity" = ",none,Walk through activities (Reverse)";
|
||||
};
|
||||
"services/com.mitchellh.ghostty.desktop"."_launch" = "Meta+X";
|
||||
"services/kitty.desktop"."_launch" = "Meta+X";
|
||||
};
|
||||
workspace = {
|
||||
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
|
||||
|
Reference in New Issue
Block a user