summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-23 12:03:35 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-23 12:03:35 -0500
commit39cd607e8a1b7b0830a3feb93907c0ba8fba8a60 (patch)
tree5acd98d6a742300dc3dee421ff7843c03fb52a45 /hosts
parent591ad8392cb4af102e2556e112bb27df4f9e097c (diff)
downloadnixos-config-39cd607e8a1b7b0830a3feb93907c0ba8fba8a60.tar.gz
nixos-config-39cd607e8a1b7b0830a3feb93907c0ba8fba8a60.zip
modules/sets: Replace URxvt with Alacritty
Diffstat (limited to 'hosts')
-rw-r--r--hosts/bean/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix
index 5785ac9..b66b379 100644
--- a/hosts/bean/common.nix
+++ b/hosts/bean/common.nix
@@ -30,11 +30,12 @@ in
sys.tools = true;
www.browser = true;
};
+ this.sets.gui.terminalEmulator = pkgs.rxvt-unicode;
+
environment.systemPackages = with pkgs; [
emacs
awesome
jre
- rxvt-unicode
nethack
sil-q
ppsspp