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
0
everforest.json\
Normal file
0
everforest.json\
Normal file
6
flake.lock
generated
6
flake.lock
generated
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1740367490,
|
||||
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=",
|
||||
"lastModified": 1742069588,
|
||||
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05",
|
||||
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -46,7 +46,6 @@ def ls [
|
|||
) | sort-by type name -i
|
||||
}
|
||||
|
||||
alias nos = nh os
|
||||
alias e = ^$env.EDITOR
|
||||
|
||||
mkdir ($nu.data-dir | path join "vendor/autoload")
|
||||
|
|
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