mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
* Fix the background of the manual.
svn path=/nixos/trunk/; revision=17832
This commit is contained in:
parent
da5f745603
commit
77ec877a8c
|
@ -70,7 +70,7 @@ in
|
|||
|
||||
environment.systemPackages = [manual];
|
||||
|
||||
boot.extraTTYs = mkIf cfg.showManual [cfg.ttyNumber];
|
||||
boot.extraTTYs = mkIf cfg.showManual ["tty${cfg.ttyNumber}"];
|
||||
|
||||
jobs = mkIf cfg.showManual
|
||||
{ nixosManual =
|
||||
|
@ -90,7 +90,7 @@ in
|
|||
};
|
||||
|
||||
services.ttyBackgrounds.specificThemes = mkIf cfg.showManual
|
||||
[ { tty = cfg.ttyNumber;
|
||||
[ { tty = "tty${cfg.ttyNumber}";
|
||||
theme = pkgs.themes "green";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue