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

This commit is contained in:
Keisuke Hirata 2025-01-31 16:54:46 +09:00
parent 784e002847
commit 0336d754d1
2 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,4 @@
{ { pkgs, ... }: {
programs.kitty.enable = true;
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.enable = false; systemd.enable = false;
@ -110,7 +109,7 @@
]; ];
"$menu" = "uwsm app -- $(tofi-drun)"; "$menu" = "uwsm app -- $(tofi-drun)";
"$terminal" = "kitty"; "$terminal" = "wezterm";
"$lock" = "hyprlock"; "$lock" = "hyprlock";
bindm = [ bindm = [
# Window Movement & Resizing # Window Movement & Resizing
@ -181,16 +180,19 @@
) )
); );
}; };
plugins = [
# pkgs.hyprlandPlugins.
];
}; };
home.sessionVariables = { home.sessionVariables = {
# HYPRCURSOR_THEME = "rose-pine-cursor-hyprcursor"; HYPRCURSOR_THEME = "rose-pine-cursor-hyprcursor";
# HYPRCURSOR_SIZE = "24"; HYPRCURSOR_SIZE = "24";
# XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";
# GTK_BACKEND = "wayland"; GTK_BACKEND = "wayland";
# QT_QPA_PLATFORM = "wayland;xcb"; QT_QPA_PLATFORM = "wayland;xcb";
# QT_QPA_PLATFORMTHEME = "qt5ct"; QT_QPA_PLATFORMTHEME = "qt5ct";
# XDG_SESSION_TYPE = "wayland"; XDG_SESSION_TYPE = "wayland";
# XDG_CURRENT_DESKTOP = "Hyprland"; XDG_CURRENT_DESKTOP = "Hyprland";
# XDG_SESSION_DESKTOP = "Hyprland"; XDG_SESSION_DESKTOP = "Hyprland";
}; };
} }

View File

@ -31,8 +31,6 @@
inkscape inkscape
]; ];
nixpkgs.config.allowUnfree = true;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;