From 423d6eb56bbb225509a1d851c94081d8e7ad0057 Mon Sep 17 00:00:00 2001 From: Sergei Bulavintsev Date: Wed, 7 Feb 2024 14:44:33 +0300 Subject: [PATCH] feat(nix): switch default terminal to nix --- nix/modules/nixos/desktop/hyprland/hyprland.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nix/modules/nixos/desktop/hyprland/hyprland.conf b/nix/modules/nixos/desktop/hyprland/hyprland.conf index b5254d4..0482626 100644 --- a/nix/modules/nixos/desktop/hyprland/hyprland.conf +++ b/nix/modules/nixos/desktop/hyprland/hyprland.conf @@ -16,7 +16,6 @@ exec-once = swayidle -w timeout 500 'swaylock' timeout 900 'systemctl suspend' b exec-once = hyprpaper exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec = nm-applet --indicator -# exec = blueman-applet --indicator # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -126,8 +125,7 @@ device:epic-mouse-v1 { $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, T, exec, kitty -bind = $mainMod, X, exec, kitty +bind = $mainMod, X, exec, wezterm bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, B, exec, firefox