diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 11:43:06 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 11:43:06 +0200 |
commit | 5a52e70d55acdc7905cc1747052b11739994f821 (patch) | |
tree | 258bd8c7e72d9f62279d457eeab0f023fce7e217 /hm/soispha/conf/alacritty | |
parent | Fix(hm/conf/alacritty/color): Don't import this (diff) | |
download | nixos-config-5a52e70d55acdc7905cc1747052b11739994f821.zip |
Revert: "Fix(hm/conf/alacritty/color): Don't import this"
This reverts commit 21824546822c1f11d657842d7fc296b5682ceb72. The commit did not change anything, useful.
Diffstat (limited to 'hm/soispha/conf/alacritty')
-rw-r--r-- | hm/soispha/conf/alacritty/default.nix | 2 | ||||
-rw-r--r-- | hm/soispha/conf/alacritty/yaml/null.yml | 0 |
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 |