From eca05b13847b9510847c56a4a0b9840976e85fca Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 27 Apr 2024 14:00:02 +0200 Subject: [PATCH] Let's follow the example --- flake.nix | 3 +++ home-manager/desktop/default.nix | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e183a9f..3dfe70c 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,9 @@ # catpuccin theme 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 = { url = "github:girlbossceo/conduwuit"; diff --git a/home-manager/desktop/default.nix b/home-manager/desktop/default.nix index a1140a5..b7cbd05 100644 --- a/home-manager/desktop/default.nix +++ b/home-manager/desktop/default.nix @@ -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;