materia-theme-transparent: init at 0-unstable-2021-03-22

This commit is contained in:
Corbin Wunderlich 2024-10-17 17:02:19 -04:00
parent 239c623a20
commit f246eac4dd
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
lib,
fetchFromGitHub,
materia-theme,
}:
materia-theme.overrideAttrs (oldAttrs: rec {
pname = "materia-theme-transparent";
version = "0-unstable-2021-03-22";
src = fetchFromGitHub {
owner = "ckissane";
repo = "materia-theme-transparent";
rev = "c5d95bbddd59a717bfc4976737af429a89ba74e0";
hash = "sha256-dHcwPTZFWO42wu1LbtGCMm2w/YHbjSUJnRKcaFllUbs=";
};
meta = {
description = "Transparent Material Design theme for GNOME/GTK based desktop environments";
homepage = "https://github.com/ckissane/materia-theme-transparent";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.corbinwunderlich ];
};
})

View File

@ -0,0 +1,24 @@
{
lib,
fetchFromGitHub,
materia-theme,
}:
materia-theme.overrideAttrs (oldAttrs: rec {
pname = "materia-theme-transparent";
version = "0-unstable-2021-03-22";
src = fetchFromGitHub {
owner = "ckissane";
repo = "materia-theme-transparent";
rev = "c5d95bbddd59a717bfc4976737af429a89ba74e0";
hash = "sha256-dHcwPTZFWO42wu1LbtGCMm2w/YHbjSUJnRKcaFllUbs=";
};
meta = {
description = "Transparent Material Design theme for GNOME/GTK based desktop environments";
homepage = "https://github.com/ckissane/materia-theme-transparent";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.corbinwunderlich ];
};
})