mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
for alacritty update
This commit is contained in:
parent
b745b535d2
commit
c5aa14fb20
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
|||
primary.background = "0x1e1e1e";
|
||||
primary.foreground = "0xffffff";
|
||||
};
|
||||
import = [ "${pkgs.alacritty-theme}/tango_dark.toml" ];
|
||||
general.import = [ "${pkgs.alacritty-theme}/tango_dark.toml" ];
|
||||
};
|
||||
|
||||
# Alacritty seems to not communicate well with gnome-shell. Quick fix:
|
||||
|
|
Loading…
Reference in a new issue