ghostty at home
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user