feat(dracula-theme-git): init dracula-theme-git at unstable-2025-3-15

This commit is contained in:
Artur Manuel 2025-03-19 00:19:58 +00:00
commit f9d95a8775
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
5 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,10 @@
{ dracula-theme, fetchFromGitHub, ... }:
dracula-theme.overrideAttrs (finalAttrs: {
version = "unstable-2025-03-15";
src = fetchFromGitHub {
owner = "dracula";
repo = "gtk";
rev = "fc59294cf67110f6487f5fd06d3c845ffffdf1a9";
hash = "sha256-hFiYb1KqYvH66OIhmIUP3DfkSkuYgE78ihjkEaAY7LM=";
};
})

View file

@ -0,0 +1,4 @@
{ dracula-theme, fetchFromGitHub, ... }:
dracula-theme.overrideAttrs (finalAttrs: {
})