feat(dracula-theme-git): init dracula-theme-git at unstable-2025-3-15
This commit is contained in:
parent
ed5ab6c568
commit
f9d95a8775
5 changed files with 17 additions and 4 deletions
10
packages/dracula-theme-git/default.nix
Normal file
10
packages/dracula-theme-git/default.nix
Normal 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=";
|
||||
};
|
||||
})
|
4
packages/dracula-theme-git/default.nix~
Normal file
4
packages/dracula-theme-git/default.nix~
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ dracula-theme, fetchFromGitHub, ... }:
|
||||
dracula-theme.overrideAttrs (finalAttrs: {
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue