From bb3eb255c853a1c72066bbc778c467ecd023a1d4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 08:30:12 -0800 Subject: terminal: alacritty is our terminal of choice --- users/fcuny/termnial.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 users/fcuny/termnial.nix (limited to 'users/fcuny/termnial.nix') diff --git a/users/fcuny/termnial.nix b/users/fcuny/termnial.nix new file mode 100644 index 0000000..d1352e7 --- /dev/null +++ b/users/fcuny/termnial.nix @@ -0,0 +1,11 @@ +{ config, pkgs, lib, ...}: + +{ + programs.alacritty = { + enable = true; + + settings = { + env.TERM = "xterm-256color"; + }; + }; +} -- cgit 1.4.1