From 6c4d4263f75e7987721ef06e3e627a31686bd96d Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 27 Jun 2024 16:21:31 -0700 Subject: [PATCH] remove shell config it just works on its own --- home/modules/alacritty.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/modules/alacritty.nix b/home/modules/alacritty.nix index 5039fc8..7d87aed 100644 --- a/home/modules/alacritty.nix +++ b/home/modules/alacritty.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: +{ lib, config, ... }: let cfg = config.snowhawk.alacritty; @@ -12,7 +12,6 @@ in programs.alacritty = { enable = true; settings = { - shell = "${pkgs.fish}/bin/fish"; window = { opacity = 0.98; };