mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
fuzzel: remove unnecessary -e in terminal
This commit is contained in:
parent
c8f4db5e0e
commit
aa23b4e647
|
@ -23,7 +23,7 @@
|
||||||
icon-theme = "Papirus-Dark";
|
icon-theme = "Papirus-Dark";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
width = 50;
|
width = 50;
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
};
|
};
|
||||||
border = {width = 2;};
|
border = {width = 2;};
|
||||||
colors = {
|
colors = {
|
||||||
|
|
Loading…
Reference in a new issue