diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-13 21:51:59 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-13 21:51:59 +0200 |
| commit | 531c3890c96c392f4c30791f716854dc719d80fe (patch) | |
| tree | 4d82a7f7989291438da5ee6937569defedc70205 /artix/Makefile | |
| parent | 6773c6cdec55485367e0de2450d2215444ddf2d0 (diff) | |
add back blink.cmp
Diffstat (limited to 'artix/Makefile')
| -rw-r--r-- | artix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/artix/Makefile b/artix/Makefile index 31cebb6..dc450c5 100644 --- a/artix/Makefile +++ b/artix/Makefile @@ -1,7 +1,7 @@ .PHONY = all config stow unstow artix lsp pac -COLORSCHEME ?= slate -FONT ?= monospace +COLORSCHEME = slate +FONT = MartianMono NerdFont all: config |
