Skip to content

Red-Flake/redflake-plymouth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red-Flake plymouth theme

This is a very simple plymouth theme for nixos containing a static image of the nixos logo.

screenshot

Install

To install it, you would add this to your nixos configuration file :

let
  redflake-plymouth-src = pkgs.fetchFromGitHub {
    owner = "Red-Flake";
    repo = "redflake-plymouth";
    rev = "master";
    sha256 = "";
  };
  redflake-plymouth = pkgs.callPackage redflake-plymouth-src {};
in
{
  boot.plymouth = {
    enable = true;
    themePackages = [ redflake-plymouth ];
    theme = "redflake-plymouth";
  };
}

About

Red Flake themed Plymouth theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%