mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Added GNU console theme from CD
svn path=/nixpkgs/trunk/; revision=13729
This commit is contained in:
parent
c87887ddd0
commit
fe07ca76d0
5
pkgs/data/misc/themes/theme-gnu.nix
Normal file
5
pkgs/data/misc/themes/theme-gnu.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{fetchurl, ...}:
|
||||
fetchurl {
|
||||
url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;
|
||||
md5 = "61969309d23c631e57b0a311102ef034";
|
||||
}
|
Loading…
Reference in New Issue
Block a user