diff options
Diffstat (limited to 'nix/users/fcuny')
| -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; |
