diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:30:12 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:30:35 -0800 |
| commit | bb3eb255c853a1c72066bbc778c467ecd023a1d4 (patch) | |
| tree | 72e52d2da18062fffc009a94a63625fd8ba1b3a3 /users/fcuny/desktop.nix | |
| parent | home-manager: fix typo (diff) | |
| download | infra-bb3eb255c853a1c72066bbc778c467ecd023a1d4.tar.gz | |
terminal: alacritty is our terminal of choice
Diffstat (limited to 'users/fcuny/desktop.nix')
| -rw-r--r-- | users/fcuny/desktop.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/users/fcuny/desktop.nix b/users/fcuny/desktop.nix index 6ded2a0..25c7d04 100644 --- a/users/fcuny/desktop.nix +++ b/users/fcuny/desktop.nix @@ -6,13 +6,6 @@ imports = [ ./common.nix ./i3.nix + ./terminal.nix ]; - - programs.alacritty = { - enable = true; - - settings = { - env.TERM = "xterm-256color"; - }; - }; } |
