From c678a2d43551aa80f15b234ac15d64bb20268fb1 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 9 Mar 2026 21:47:14 -0400 Subject: [PATCH] remove base16-discord --- flake.lock | 17 ----------------- flake.nix | 7 ------- home/apps/discord.nix | 3 +-- 3 files changed, 1 insertion(+), 26 deletions(-) diff --git a/flake.lock b/flake.lock index b060f7d..036a5e8 100644 --- a/flake.lock +++ b/flake.lock @@ -70,22 +70,6 @@ "type": "github" } }, - "base16-discord": { - "flake": false, - "locked": { - "lastModified": 1768273180, - "narHash": "sha256-uw7lz53YHxvPEyXZiS+NJFhKMb6AMUvVpCLH81NjM7U=", - "owner": "imbypass", - "repo": "base16-discord", - "rev": "d4df17db31276d94cc1a8988f34e813aae1f3fb4", - "type": "github" - }, - "original": { - "owner": "imbypass", - "repo": "base16-discord", - "type": "github" - } - }, "cachyos-kernel": { "flake": false, "locked": { @@ -900,7 +884,6 @@ "inputs": { "apple-silicon": "apple-silicon", "base16": "base16", - "base16-discord": "base16-discord", "home-manager": "home-manager", "hyprland": "hyprland", "niri": "niri", diff --git a/flake.nix b/flake.nix index 2e684ec..43c12fd 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,6 @@ flake = false; }; - base16-discord = { - url = "github:imbypass/base16-discord"; - flake = false; - }; - home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -79,7 +74,6 @@ apple-silicon, base16, tt-schemes, - base16-discord, home-manager, plasma-manager, niri, @@ -132,7 +126,6 @@ nur.overlays.default (final: prev: { openmw-git = openmw; - base16-discord-git = base16-discord; }) (import ./packages/overlay.nix) ]; diff --git a/home/apps/discord.nix b/home/apps/discord.nix index 2e3a156..ef37869 100644 --- a/home/apps/discord.nix +++ b/home/apps/discord.nix @@ -4,9 +4,8 @@ ... }: let - mergedThemes = pkgs.runCommand "mergedConfig" { } '' + mergedThemes = pkgs.runCommand "discordThemeDir" { } '' mkdir -p $out - cp -rvf ${pkgs.base16-discord-git}/base16.css $out/base16.css ''; vesktopSettings = {