guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: vm-image: Add a font to the global profile.


From: guix-commits
Subject: 04/07: vm-image: Add a font to the global profile.
Date: Sat, 27 Apr 2019 09:08:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5df29aad3bf77f6b9a4333ecae21c490485d8bf2
Author: Ludovic Courtès <address@hidden>
Date:   Sat Apr 27 14:57:36 2019 +0200

    vm-image: Add a font to the global profile.
    
    * gnu/system/examples/vm-image.tmpl (packages): Add FONT-BITSTREAM-VERA,
    for use by xfce-terminal, IceCat, etc.
---
 gnu/system/examples/vm-image.tmpl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/system/examples/vm-image.tmpl 
b/gnu/system/examples/vm-image.tmpl
index 9bc08fa..70a20d3 100644
--- a/gnu/system/examples/vm-image.tmpl
+++ b/gnu/system/examples/vm-image.tmpl
@@ -6,7 +6,7 @@
 
 (use-modules (gnu) (srfi srfi-1))
 (use-service-modules desktop networking ssh xorg)
-(use-package-modules bootloaders nvi wget xorg)
+(use-package-modules bootloaders fonts nvi wget xorg)
 
 (define vm-image-motd (plain-file "motd" "
 \x1b[1;37mThis is the GNU system.  Welcome!\x1b[0m
@@ -55,7 +55,8 @@ accounts.\x1b[0m
                                         "audio" "video")))
                %base-user-accounts))
 
-  (packages (append (list nvi wget) %base-packages))
+  (packages (append (list font-bitstream-vera nvi wget)
+                    %base-packages))
 
   (services
    (append (list (service xfce-desktop-service-type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]