diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-31 16:27:55 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-31 16:27:55 +0100 |
| commit | 4930da6e388bb30b57cc612a9fceeb8b3e7d3039 (patch) | |
| tree | 79a9ce0b1b3d73cecab8b0a43638419f915fb639 /.config | |
| parent | 154b6458edfba731093164c8c6e7e7a88fec294c (diff) | |
Fix archlinux theming
Diffstat (limited to '.config')
| -rw-r--r-- | .config/alacritty/alacritty.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 6345dc3..66b0c7b 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,4 +1,4 @@ -general.import = [ "~/.config/hyprthemes/current/alacritty.toml" ] +general.import = [ "~/.config/hyprtheme/current/alacritty.toml" ] [env] TERM = "xterm-256color" |
