we ghostty now

This commit is contained in:
notgne2 2026-07-13 22:20:50 -07:00
parent 0957191f97
commit 5f121c9112
No known key found for this signature in database

View file

@ -158,7 +158,7 @@ in {
}; };
binds = binds =
{ {
"Mod+Return".action.spawn = "${config.programs.foot.package}/bin/foot"; "Mod+Return".action.spawn = ["${config.programs.ghostty.package}/bin/ghostty" "--gtk-single-instance=true"];
"Mod+q".action = config.lib.niri.actions.close-window; "Mod+q".action = config.lib.niri.actions.close-window;
# "$mod, F, fullscreen, 0" # "$mod, F, fullscreen, 0"
# "$mod SHIFT, F, fullscreen, 1" # "$mod SHIFT, F, fullscreen, 1"
@ -323,7 +323,9 @@ in {
services.playerctld.enable = lib.mkDefault true; services.playerctld.enable = lib.mkDefault true;
programs.foot.enable = true; programs.ghostty = {
enable = true;
};
xdg.enable = true; xdg.enable = true;
xdg.userDirs.enable = true; xdg.userDirs.enable = true;