update: change terminal from kitty to wezterm and clean up hyprland configuration
This commit is contained in:
parent
784e002847
commit
0336d754d1
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
inkscape
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user