remove shell config
it just works on its own
This commit is contained in:
parent
49d283b4d8
commit
6c4d4263f7
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue