aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/fcuny/shell.nix')
-rw-r--r--nix/users/fcuny/shell.nix12
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;