fix hyprland bind?
This commit is contained in:
parent
55be6ac84b
commit
13f46f49ce
|
@ -1,11 +1,19 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
};
|
||||
|
||||
# electron app hint
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
bind = ["$mod, Return, exec, ${pkgs.kitty}/bin/kitty"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue