Skip to content

Commit

Permalink
Not sure why it chunked itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Melechtna committed Jun 28, 2023
1 parent c85b9fd commit ff07259
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions PlyTheme.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{ stdenv, fetchFromGitHubl }:
{ stdenv, fetchFromGitHub }:
{
PlyTheme = stdenv.mkDerivation rec {
pname = "plymouth-vinyl-theme";
dontBuild = true;
installPhase = ''
mkdir -p ${out}/share/plymouth/themes/
cp -aR ${src} ${out}/share/plymouth/themes/
echo "[Plymouth Theme]
Name=Vinyl
Description=My Little Pony bootsplash Vinyl Scratch DJ Pon3 version
ModuleName=script
[script]
ImageDir=/run/current-system/sw/share/plymouth/themes/vinyl
ScriptFile=/run/current-system/sw/share/plymouth/themes/vinyl/vinyl.script" > ${out}share/plymouth/themes/vinyl/vinyl.script
"
'';
src = fetchFromGitHub {
owner = "Melechtna";
Expand Down

0 comments on commit ff07259

Please sign in to comment.