Switch to ghostty
This commit is contained in:
@@ -28,6 +28,15 @@
|
||||
loupe
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font-family = "JetBrainsMono Nerd Font";
|
||||
font-size = 10;
|
||||
theme = "Catppuccin Mocha";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
|
||||
@@ -81,9 +81,8 @@ in
|
||||
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "wezterm";
|
||||
terminal = "ghostty";
|
||||
menu = "fuzzel";
|
||||
|
||||
fonts = {
|
||||
names = [ "JetBrainsMono Nerd Font" ];
|
||||
style = "Regular";
|
||||
@@ -155,7 +154,7 @@ in
|
||||
keybindings = let
|
||||
modifier = "Mod4";
|
||||
in lib.mkOptionDefault {
|
||||
"${modifier}+Return" = "exec wezterm";
|
||||
"${modifier}+Return" = "exec ghostty";
|
||||
"${modifier}+d" = "exec fuzzel";
|
||||
"${modifier}+Shift+q" = "kill";
|
||||
"${modifier}+Shift+c" = "reload";
|
||||
@@ -262,7 +261,7 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||
terminal = "${pkgs.ghostty}/bin/ghostty";
|
||||
layer = "overlay";
|
||||
width = 100;
|
||||
line-height = 40;
|
||||
|
||||
Reference in New Issue
Block a user