alqages/packages/dracula-theme-git/default.nix

10 lines
314 B
Nix

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