From 6949c9699be5cbc1406da8c44797ac07e47d275d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 Jan 2025 18:53:11 -0800 Subject: back to iterm2 --- nix/users/fcuny/shell.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'nix/users') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index b0277f2..b415038 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -36,18 +36,6 @@ in ] ++ (lib.optionals (isLinux) [ htop ]); - # https://github.com/nix-community/home-manager/blob/master/modules/programs/alacritty.nix - programs.alacritty = { - enable = true; - settings = { - env.TERM = "xterm-256color"; - font = { - normal.family = "Source Code Pro"; - size = 16.0; - }; - }; - }; - # https://github.com/nix-community/home-manager/blob/master/modules/programs/fish.nix programs.fish = { enable = true; -- cgit v1.2.3