diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 11:39:12 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 11:39:12 +0200 |
commit | 21824546822c1f11d657842d7fc296b5682ceb72 (patch) | |
tree | 0fabe80722fa29e701bcbea531ea8b43e767e142 | |
parent | Fix(hm/conf/lf/colors): Add `.zshenv` file, to hidden ones (diff) | |
download | nixos-config-21824546822c1f11d657842d7fc296b5682ceb72.tar.gz nixos-config-21824546822c1f11d657842d7fc296b5682ceb72.zip |
Fix(hm/conf/alacritty/color): Don't import this
Diffstat (limited to '')
-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 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 --- /dev/null +++ b/hm/soispha/conf/alacritty/yaml/null.yml |