This commit is contained in:
elkowar 2021-10-08 15:59:41 +02:00
parent eecf6b9165
commit b1e09e6989
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
3 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ in
style = "Block"; style = "Block";
unfocused_hollow = true; unfocused_hollow = true;
}; };
shell = "/home/leon/.nix-profile/bin/zsh"; #shell = "/usr/bin/zsh";
#shell = "/usr/bin/fish"; #shell = "/usr/bin/fish";
mouse = { mouse = {
double_click.threshold = 300; double_click.threshold = 300;

View file

@ -2,7 +2,6 @@
let let
wrapped = wrapped =
writeScriptBin "alacritty" '' writeScriptBin "alacritty" ''
writeScriptBin "alacritty"
#!/bin/sh #!/bin/sh
exec ${nixGL.nixGLIntel}/bin/nixGLIntel ${alacritty}/bin/alacritty "$@" exec ${nixGL.nixGLIntel}/bin/nixGLIntel ${alacritty}/bin/alacritty "$@"
''; '';

1
zsh/.zshenv Normal file
View file

@ -0,0 +1 @@
ZDOTDIR=$HOME/.config/zsh