Skip to content

Commit

Permalink
Add custom bootscreens for loudness player
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianJacobi committed Jul 7, 2024
1 parent 13a428f commit 8dc8b3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nixos/hosts/loudness-player/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, modulesPath, pkgs, ... }:
{ config, lib, modulesPath, pkgs, ... }:


let
Expand Down Expand Up @@ -70,6 +70,12 @@ in
# Much faster than xz
isoImage.squashfsCompression = lib.mkDefault "zstd";

isoImage.appendToMenuLabel = " Loudness Monitor";

isoImage.efiSplashImage = ./splash-efi.png;
isoImage.splashImage = ./splash-legacy.png;
isoImage.storeContents = lib.mkForce [ config.system.build.toplevel ] ;

system.stateVersion = "23.11"; # do not touch

users.groups.voc = {};
Expand Down
Binary file added nixos/hosts/loudness-player/splash-efi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nixos/hosts/loudness-player/splash-legacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dc8b3f

Please sign in to comment.