From 21824546822c1f11d657842d7fc296b5682ceb72 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 11:39:12 +0200 Subject: Fix(hm/conf/alacritty/color): Don't import this --- hm/soispha/conf/alacritty/default.nix | 2 +- hm/soispha/conf/alacritty/yaml/null.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 hm/soispha/conf/alacritty/yaml/null.yml diff --git a/hm/soispha/conf/alacritty/default.nix b/hm/soispha/conf/alacritty/default.nix index f595c014..27e892be 100644 --- a/hm/soispha/conf/alacritty/default.nix +++ b/hm/soispha/conf/alacritty/default.nix @@ -4,7 +4,7 @@ config_file = '' ${lib.strings.fileContents ./yaml/base.yml} ${lib.strings.fileContents ./yaml/bell.yml} - ${lib.strings.fileContents ./yaml/colors.yml} + ${lib.strings.fileContents ./yaml/null.yml} # color.yml ${lib.strings.fileContents ./yaml/colorscheme.yml} ${lib.strings.fileContents ./yaml/cursor.yml} ${lib.strings.fileContents ./yaml/debug.yml} diff --git a/hm/soispha/conf/alacritty/yaml/null.yml b/hm/soispha/conf/alacritty/yaml/null.yml new file mode 100644 index 00000000..e69de29b -- cgit 1.4.1