ghostty at home

This commit is contained in:
2025-04-15 21:45:44 -06:00
parent 9c42183981
commit 52a292b062
2 changed files with 11 additions and 0 deletions

View File

@@ -89,6 +89,7 @@
libguestfs-with-appliance libguestfs-with-appliance
iperf iperf
mangohud mangohud
# woeusb ntfs3g
]; ];
services.tailscale.enable = true; services.tailscale.enable = true;
services.openssh.enable = true; services.openssh.enable = true;

View File

@@ -15,6 +15,11 @@
elixir_1_18 elixir_1_18
inotify-tools # needed for elixir hot-reloading inotify-tools # needed for elixir hot-reloading
]; ];
programs.ghostty = {
enable = true;
enableFishIntegration = true;
};
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
dconf.enable = true; dconf.enable = true;
dconf.settings = { dconf.settings = {
@@ -24,6 +29,11 @@
"org/gnome/desktop/wm/keybindings" = { "org/gnome/desktop/wm/keybindings" = {
toggle-maximized=["<Super>m"]; toggle-maximized=["<Super>m"];
}; };
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Super>t";
command = "ghostty";
name = "terminal";
};
}; };
gtk = { gtk = {
enable = true; enable = true;