Remove external alacritty theme

This commit is contained in:
Evie Litherland-Smith 2023-11-04 20:06:52 +00:00
parent 9f6cbf4cd8
commit d73eac429c

View file

@ -1,10 +1,9 @@
{ pkgs, tokyonight-folke, ... }: { pkgs, ... }:
{ {
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
import = [ "${tokyonight-folke}/extras/alacritty/tokyonight_night.yml" ];
window = { window = {
dynamic_title = true; dynamic_title = true;
padding = { padding = {