Remove external alacritty theme
This commit is contained in:
parent
9f6cbf4cd8
commit
d73eac429c
|
@ -1,10 +1,9 @@
|
|||
{ pkgs, tokyonight-folke, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
import = [ "${tokyonight-folke}/extras/alacritty/tokyonight_night.yml" ];
|
||||
window = {
|
||||
dynamic_title = true;
|
||||
padding = {
|
||||
|
|
Loading…
Reference in a new issue