about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/alacritty/default.nix2
-rw-r--r--hm/soispha/conf/alacritty/yaml/null.yml0
2 files changed, 1 insertions, 1 deletions
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
--- a/hm/soispha/conf/alacritty/yaml/null.yml
+++ /dev/null