all repos — nixfiles @ 9463ccf4fbb96bb0528a244565bf5efb7d1b746e

System and user configuration, managed by nix and home-manager

user-interface: switch to xterm

Alan Pearce
commit

9463ccf4fbb96bb0528a244565bf5efb7d1b746e

parent

abd3ae52b6ab17b16b7dcc2d096c10aab1991d2b

1 file changed, 1 insertion(+), 2 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -5,12 +5,11 @@ inherit (pkgs) stdenv;
in { home.sessionVariables = { - TERMINAL = "${pkgs.xst}/bin/xst"; + TERMINAL = "xterm"; }; home.packages = with pkgs; [ firefox - xst # st, but with support for XResources ] ++ lib.optionals (!stdenv.isDarwin) [ pkgs.sshfs pkgs.mu