diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-01-06 18:53:11 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-01-06 18:53:44 -0800 |
| commit | 6949c9699be5cbc1406da8c44797ac07e47d275d (patch) | |
| tree | 35e33163f98df28e40fd2502f4dae8a6e4a3ac85 /nix/users/fcuny/shell.nix | |
| parent | Merge pull request #2 from fcuny/update_flake_lock_action (diff) | |
| download | infra-6949c9699be5cbc1406da8c44797ac07e47d275d.tar.gz | |
back to iterm2
Diffstat (limited to 'nix/users/fcuny/shell.nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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; |
