Synced with trunk @ 15427
svn path=/nixos/branches/modular-nixos/; revision=15630
This commit is contained in:
parent
3148755063
commit
9dc4edbd4d
|
@ -18,7 +18,7 @@ let
|
|||
defaultTheme = mkOption {
|
||||
default = pkgs.fetchurl {
|
||||
#url = http://www.bootsplash.de/files/themes/Theme-BabyTux.tar.bz2;
|
||||
url = http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/Theme-BabyTux.tar.bz2;
|
||||
url = mirror://gentoo/distfiles/Theme-BabyTux.tar.bz2;
|
||||
md5 = "a6d89d1c1cff3b6a08e2f526f2eab4e0";
|
||||
};
|
||||
description = "
|
||||
|
@ -38,11 +38,7 @@ let
|
|||
}
|
||||
*/
|
||||
{ tty = 10;
|
||||
theme = pkgs.fetchurl {
|
||||
#url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;
|
||||
url = http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/Theme-GNU.tar.bz2;
|
||||
md5 = "61969309d23c631e57b0a311102ef034";
|
||||
};
|
||||
theme = pkgs.themes "theme-gnu";
|
||||
}
|
||||
];
|
||||
description = "
|
||||
|
|
Loading…
Reference in New Issue