This seems to compile, so let's try this

This commit is contained in:
Lillian Violet 2024-04-27 14:20:06 +02:00
parent a6ddcbf60b
commit f245d3399f
2 changed files with 16 additions and 17 deletions

View file

@ -20,9 +20,6 @@
# catpuccin theme # catpuccin theme
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:catppuccin/nix";
# catpuccin flakehub for vscode
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";

View file

@ -23,7 +23,6 @@
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
@ -33,6 +32,19 @@
# patches = [ ./change-hello-to-hi.patch ]; # patches = [ ./change-hello-to-hi.patch ];
# }); # });
# }) # })
(final: prev: {
catppuccin-vsc = final.catppuccin-vsc.overrideAttrs (oldAttrs: {
accent = "lavender";
boldKeywords = true;
italicComments = true;
italicKeywords = true;
extraBordersEnabled = false;
workbenchMode = "default";
bracketMode = "rainbow";
colorOverrides = {};
customUIColors = {};
});
})
]; ];
# Configure your nixpkgs instance # Configure your nixpkgs instance
config = { config = {
@ -91,8 +103,8 @@
# Theming: # Theming:
catppuccin-cursors catppuccin-cursors
(catppuccin-kde.override { (catppuccin-kde.override {
flavour = "macchiato"; flavour = ["macchiato"];
accents = "lavender"; accents = ["lavender"];
}) })
catppuccin-sddm-corners catppuccin-sddm-corners
@ -107,17 +119,7 @@
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
#arrterian.nix-env-selector #arrterian.nix-env-selector
#ban.spellright #ban.spellright
(catppuccin-vsc.override { catppuccin.catppuccin-vsc
accent = "lavender";
boldKeywords = true;
italicComments = true;
italicKeywords = true;
extraBordersEnabled = false;
workbenchMode = "default";
bracketMode = "rainbow";
colorOverrides = {};
customUIColors = {};
})
catppuccin.catppuccin-vsc-icons catppuccin.catppuccin-vsc-icons
charliermarsh.ruff charliermarsh.ruff
# dracula-theme.theme-dracula # dracula-theme.theme-dracula