mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Use the new Intel driver.
svn path=/nixos/trunk/; revision=8633
This commit is contained in:
parent
c1d072c17d
commit
66f0d29a48
3 changed files with 8 additions and 5 deletions
|
@ -357,12 +357,14 @@
|
|||
{
|
||||
name = ["services" "ttyBackgrounds" "defaultSpecificThemes"];
|
||||
default = [
|
||||
/*
|
||||
{ tty = 6;
|
||||
theme = pkgs.fetchurl { # Yeah!
|
||||
url = http://www.bootsplash.de/files/themes/Theme-Pativo.tar.bz2;
|
||||
md5 = "9e13beaaadf88d43a5293e7ab757d569";
|
||||
};
|
||||
}
|
||||
*/
|
||||
{ tty = 10;
|
||||
theme = pkgs.fetchurl {
|
||||
url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue