* Splashutils now works on x86_64.
svn path=/nixos/trunk/; revision=7873
This commit is contained in:
parent
06853a6083
commit
5d02654a3c
configuration
|
@ -53,7 +53,6 @@ rec {
|
||||||
|
|
||||||
# And a background to go with that.
|
# And a background to go with that.
|
||||||
ttyBackgrounds = {
|
ttyBackgrounds = {
|
||||||
enable = pkgs.stdenv.system != "x86_64-linux";
|
|
||||||
specificThemes = [
|
specificThemes = [
|
||||||
{ tty = 8;
|
{ tty = 8;
|
||||||
theme = pkgs.fetchurl {
|
theme = pkgs.fetchurl {
|
||||||
|
|
Loading…
Reference in New Issue