update: change terminal from kitty to wezterm and clean up hyprland configuration

This commit is contained in:
2025-01-31 16:54:46 +09:00
parent 784e002847
commit 0336d754d1
2 changed files with 14 additions and 14 deletions
+14 -12
View File
@@ -1,5 +1,4 @@
{
programs.kitty.enable = true;
{ pkgs, ... }: {
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = false;
@@ -110,7 +109,7 @@
];
"$menu" = "uwsm app -- $(tofi-drun)";
"$terminal" = "kitty";
"$terminal" = "wezterm";
"$lock" = "hyprlock";
bindm = [
# Window Movement & Resizing
@@ -181,16 +180,19 @@
)
);
};
plugins = [
# pkgs.hyprlandPlugins.
];
};
home.sessionVariables = {
# HYPRCURSOR_THEME = "rose-pine-cursor-hyprcursor";
# HYPRCURSOR_SIZE = "24";
# XCURSOR_SIZE = "24";
# GTK_BACKEND = "wayland";
# QT_QPA_PLATFORM = "wayland;xcb";
# QT_QPA_PLATFORMTHEME = "qt5ct";
# XDG_SESSION_TYPE = "wayland";
# XDG_CURRENT_DESKTOP = "Hyprland";
# XDG_SESSION_DESKTOP = "Hyprland";
HYPRCURSOR_THEME = "rose-pine-cursor-hyprcursor";
HYPRCURSOR_SIZE = "24";
XCURSOR_SIZE = "24";
GTK_BACKEND = "wayland";
QT_QPA_PLATFORM = "wayland;xcb";
QT_QPA_PLATFORMTHEME = "qt5ct";
XDG_SESSION_TYPE = "wayland";
XDG_CURRENT_DESKTOP = "Hyprland";
XDG_SESSION_DESKTOP = "Hyprland";
};
}