Revert "t490: set ghostty as the default terminal"

This reverts commit 2c9af56ff7.
This commit is contained in:
Oliver Davies 2025-01-04 21:07:45 +00:00
parent f92ad2b5ab
commit fc3c9ef569
3 changed files with 3 additions and 6 deletions
nix/modules/nixos

View file

@ -91,14 +91,13 @@ in
"XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume";
"XF86AudioLowerVolume" = "exec pamixer -ud 2 && pamixer --get-volume";
"XF86AudioMute" =
''exec pamixer --toggle-mute && ( [ "$(pamixer --get-mute)" = "true" ] && echo 0'';
"XF86AudioMute" = ''exec pamixer --toggle-mute && ( [ "$(pamixer --get-mute)" = "true" ] && echo 0'';
"XF86MonBrightnessDown" = "exec brightnessctl set 5%- | sed -En 's/.*(([0-9]+)%).*/1/p'";
"XF86MonBrightnessUp" = "exec brightnessctl set +5% | sed -En 's/.*(([0-9]+)%).*/1/p'";
};
terminal = "ghostty";
terminal = "alacritty";
};
extraConfig = ''