Added Plymouth Boot theme
This commit is contained in:
parent
0b271bc907
commit
13398da34b
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
theme = "black_hud";
|
||||||
|
themePackages = [( pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "black_hud" ]; })];
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "t0urn3s0l"; # Define your hostname.
|
networking.hostName = "t0urn3s0l"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue