This commit is contained in:
2026-03-16 07:47:22 +01:00
parent 57bc3b9453
commit 60fbc75d5e
9 changed files with 59 additions and 69 deletions

View File

@@ -43,7 +43,7 @@
home.sessionVariables = {
WEBKIT_DISABLE_COMPOSITING_MODE = "1";
NIXOS_OZONE_WL = "1";
TERMINAL = "kitty";
TERMINAL = "ghostty";
QT_QPA_PLATFORM = "wayland";
XDG_CURRENT_DESKTOP = "Hyprland";
XDG_SESSION_TYPE = "wayland";
@@ -53,15 +53,13 @@
fonts.fontconfig.enable = true;
programs.kitty = {
programs.ghostty = {
enable = true;
shellIntegration = {
enableFishIntegration = true;
enableBashIntegration = true;
settings = {
font-family = "Fira Code";
theme = "Dracula";
copy-on-select = "clipboard";
};
font = {name = "Fira Code";};
themeFile = "Dracula";
settings = {copy_on_select = "yes";};
};
home.pointerCursor = {