add plymouth-themes

This commit is contained in:
Anish Lakhwara
2022-10-19 16:11:51 +10:00
parent c0e353eec7
commit 1cfa32d0dc
3 changed files with 37 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@ final: prev: {
# keep sources this first
sources = prev.callPackage (import ./_sources/generated.nix) { };
# then, call packages with `final.callPackage`
plymouth-themes = prev.callPackage ./plymouth.nix { };
}