catpuccin merged to upstream starttreev2

This commit is contained in:
William 2024-09-23 17:19:10 -03:00
parent 92d64f9cc4
commit 21e77e483c
2 changed files with 6 additions and 7 deletions

10
flake.lock generated
View file

@ -367,15 +367,15 @@
"homepage": { "homepage": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1726755253, "lastModified": 1727121984,
"narHash": "sha256-nfslP2axYecb5xXS+C9dVzRbRkYZKfHfu0m4pPNsF4A=", "narHash": "sha256-sbpLXaFeyIBrGbuw58jwxDcMupFqlqmPGO5/QUgI9eg=",
"owner": "baduhai", "owner": "AlexW00",
"repo": "StartTreeV2", "repo": "StartTreeV2",
"rev": "90231f06b57d848d68996345a88b958040614736", "rev": "cfb8b97b14b23b094878867bef94e3c17a144f3f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "baduhai", "owner": "AlexW00",
"repo": "StartTreeV2", "repo": "StartTreeV2",
"type": "github" "type": "github"
} }

View file

@ -27,9 +27,8 @@
inputs.nixpkgs.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nixpkgs-stable";
}; };
# TODO change to original once merge reques accepted
homepage = { homepage = {
url = "github:baduhai/StartTreeV2"; url = "github:AlexW00/StartTreeV2";
flake = false; flake = false;
}; };