refactor(repo): change a bunch of everything
This commit is contained in:
parent
81f367e3aa
commit
81bee82c34
26 changed files with 352 additions and 127 deletions
14
packages/colloid-icon-theme-git/default.nix
Normal file
14
packages/colloid-icon-theme-git/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
colloid-icon-theme,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
colloid-icon-theme.overrideAttrs (_finalAttrs: {
|
||||
version = "master";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vinceliuice";
|
||||
repo = "Colloid-icon-theme";
|
||||
rev = "main";
|
||||
hash = "sha256-x2SSaIkKm1415avO7R6TPkpghM30HmMdjMFUUyPWZsk=";
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue