terminal: switch back to alacritty
This commit is contained in:
@@ -58,7 +58,7 @@ makeEnable config "myModules.desktop" true {
|
||||
xsettingsd
|
||||
|
||||
# Desktop
|
||||
ghostty
|
||||
alacritty
|
||||
blueman
|
||||
# clipit
|
||||
d-spy
|
||||
|
||||
@@ -70,7 +70,7 @@ with lib;
|
||||
fix_nix = "LD_LIBRARY_PATH='' nix";
|
||||
};
|
||||
variables = {
|
||||
ROFI_SYSTEMD_TERM = "ghostty -e";
|
||||
ROFI_SYSTEMD_TERM = "alacritty -e";
|
||||
NIXPKGS_GIT_REV = "${inputs.nixpkgs.rev}";
|
||||
NIXPKGS_SOURCE = "${inputs.nixpkgs.outPath}";
|
||||
EDITOR = "emacsclient --alternate-editor emacs";
|
||||
|
||||
Reference in New Issue
Block a user