1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

materia-theme-transparent: init at 0-unstable-2024-03-22 (#343373)

This commit is contained in:
Aleksana 2024-11-07 10:49:46 +08:00 committed by GitHub
commit 9f737b7fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 0 deletions

View file

@ -4447,6 +4447,12 @@
{ fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29"; }
];
};
corbinwunderlich = {
email = "corbin@wcopy.net";
github = "CorbinWunderlich";
githubId = 140280062;
name = "Corbin Wunderlich";
};
corngood = {
email = "corngood@gmail.com";
github = "corngood";

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 ];
};
})