plugins/glow: support style path

This commit is contained in:
Austin Horstman 2024-09-15 16:09:02 -05:00
parent 0999f92567
commit 9e81cb7391
No known key found for this signature in database
2 changed files with 17 additions and 4 deletions

View file

@ -23,4 +23,14 @@
};
};
};
example = {
plugins.glow = {
enable = true;
settings = {
border = "single";
style = "/path/to/catppuccin.json";
};
};
};
}