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 = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitIntegration = true;
|
enableGitIntegration = true;
|
||||||
@@ -127,6 +116,7 @@
|
|||||||
};
|
};
|
||||||
scripts = [
|
scripts = [
|
||||||
pkgs.mpvScripts.mpris
|
pkgs.mpvScripts.mpris
|
||||||
|
pkgs.mpvScripts.sponsorblock
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -131,7 +131,7 @@
|
|||||||
"next activity" = ",none,Walk through activities";
|
"next activity" = ",none,Walk through activities";
|
||||||
"previous activity" = ",none,Walk through activities (Reverse)";
|
"previous activity" = ",none,Walk through activities (Reverse)";
|
||||||
};
|
};
|
||||||
"services/com.mitchellh.ghostty.desktop"."_launch" = "Meta+X";
|
"services/kitty.desktop"."_launch" = "Meta+X";
|
||||||
};
|
};
|
||||||
workspace = {
|
workspace = {
|
||||||
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
|
wallpaper = "/home/chase/nix-config/home/wallpaper.jpg";
|
||||||
|
Reference in New Issue
Block a user