style: Split out and fixes

This commit is contained in:
Geoffrey Frogeye 2024-01-15 19:26:44 +01:00
parent 1b008c1ae8
commit 43e7a5af46
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
13 changed files with 111 additions and 91 deletions

View file

@ -12,10 +12,6 @@
vim = "nvim";
};
programs.nixvim = {
# Setting a custom base16 theme via nixvim is required so feline works, and
# because stylix makes a config that otherwise only works with dark
# polarity.
colorschemes.base16.colorscheme = "solarized-${config.frogeye.polarity}";
options = {
ignorecase = true;
smartcase = true;