diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/bean/common.nix | 3 |
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 |
