From 5a52e70d55acdc7905cc1747052b11739994f821 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 11:43:06 +0200 Subject: Revert: "Fix(hm/conf/alacritty/color): Don't import this" This reverts commit 21824546822c1f11d657842d7fc296b5682ceb72. The commit did not change anything, useful. --- hm/soispha/conf/alacritty/default.nix | 2 +- hm/soispha/conf/alacritty/yaml/null.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete 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 27e892be..f595c014 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/null.yml} # color.yml + ${lib.strings.fileContents ./yaml/colors.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 deleted file mode 100644 index e69de29b..00000000 -- cgit 1.4.1