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/machines/darwin-shared.nix | 1 + nix/users/fcuny/shell.nix | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'nix') diff --git a/nix/machines/darwin-shared.nix b/nix/machines/darwin-shared.nix index 6836409..79f1933 100644 --- a/nix/machines/darwin-shared.nix +++ b/nix/machines/darwin-shared.nix @@ -73,6 +73,7 @@ "1password-cli" "docker" "element" + "iterm2" "transmission" "vlc" "wireshark" 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