Skip to content

Commit

Permalink
feat(nix): switch default terminal to nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Feb 7, 2024
1 parent c61a406 commit 423d6eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nix/modules/nixos/desktop/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 423d6eb

Please sign in to comment.