Let's follow the example
This commit is contained in:
parent
12565e6ba5
commit
eca05b1384
|
@ -20,6 +20,9 @@
|
||||||
# catpuccin theme
|
# catpuccin theme
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
|
# catpuccin flakehub for vscode
|
||||||
|
inputs.catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||||
|
|
||||||
# Conduit fork without all the fuss and drama
|
# Conduit fork without all the fuss and drama
|
||||||
conduit = {
|
conduit = {
|
||||||
url = "github:girlbossceo/conduwuit";
|
url = "github:girlbossceo/conduwuit";
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
overlays = [
|
overlays = [
|
||||||
|
inputs.catppuccin-vsc.overlays.default
|
||||||
# You can also add overlays exported from other flakes:
|
# You can also add overlays exported from other flakes:
|
||||||
# neovim-nightly-overlay.overlays.default
|
# neovim-nightly-overlay.overlays.default
|
||||||
|
|
||||||
|
@ -106,7 +107,7 @@
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
#arrterian.nix-env-selector
|
#arrterian.nix-env-selector
|
||||||
#ban.spellright
|
#ban.spellright
|
||||||
(pkgs.catppuccin-vsc.override {
|
(catppuccin-vsc.override {
|
||||||
accent = "lavender";
|
accent = "lavender";
|
||||||
boldKeywords = true;
|
boldKeywords = true;
|
||||||
italicComments = true;
|
italicComments = true;
|
||||||
|
|
Loading…
Reference in a new issue