finally caved and removed my redundant color scheme definition in the flake.nix file to use stylix's built-in color scheme definition
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{
|
||||
scheme ? {},
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
|
||||
let
|
||||
scheme = config.lib.stylix.colors;
|
||||
in
|
||||
{
|
||||
programs.nixvim = {
|
||||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user