Let's follow the example
This commit is contained in:
parent
12565e6ba5
commit
eca05b1384
2 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
overlays = [
|
||||
inputs.catppuccin-vsc.overlays.default
|
||||
# You can also add overlays exported from other flakes:
|
||||
# neovim-nightly-overlay.overlays.default
|
||||
|
||||
|
@ -106,7 +107,7 @@
|
|||
extensions = with pkgs.vscode-extensions; [
|
||||
#arrterian.nix-env-selector
|
||||
#ban.spellright
|
||||
(pkgs.catppuccin-vsc.override {
|
||||
(catppuccin-vsc.override {
|
||||
accent = "lavender";
|
||||
boldKeywords = true;
|
||||
italicComments = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue