diff --git a/home/desktop.nix b/home/desktop.nix index f435477..f7a6236 100644 --- a/home/desktop.nix +++ b/home/desktop.nix @@ -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 ]; }; diff --git a/home/plasma.nix b/home/plasma.nix index 1e8c1cc..dab06f9 100644 --- a/home/plasma.nix +++ b/home/plasma.nix @@ -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";