boot: use upstream plymouth themes package

This commit is contained in:
lelgenio 2023-08-31 16:22:55 -03:00
parent 55d5178bb6
commit 3548de8d33
3 changed files with 4 additions and 28 deletions

View file

@ -2,7 +2,6 @@
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs, inputs }: {
plymouth-theme-red = pkgs.callPackage ./plymouth-theme-red.nix { inherit inputs; };
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
lipsum = pkgs.callPackage ./lipsum.nix { inherit inputs; };
emmet-cli = pkgs.callPackage ./emmet-cli.nix { };