chore(terminal): switch default terminal to ptyxis

This commit is contained in:
randogoth 2026-02-04 22:12:07 +02:00
parent a59facdb0a
commit 2f8f5e340b
6 changed files with 15 additions and 16 deletions

View file

@ -10,12 +10,12 @@
pkgs.dnsmasq
pkgs.fastfetch
pkgs.flatpak
pkgs.ghostty
pkgs.git
pkgs.home-manager
pkgs.just
pkgs.libnotify
pkgs.micro
pkgs.ptyxis
pkgs.p7zip
pkgs.podman-compose
pkgs.xdg-utils

View file

@ -23,10 +23,10 @@ in
pkgs.zoxide
];
# Use Ghostty as the default terminal emulator.
# Use Ptyxis as the default terminal emulator.
environment.sessionVariables = {
TERMINAL = "${pkgs.ghostty}/bin/ghostty";
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
DEFAULT_TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
};
programs.bash = {