summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-28 10:13:35 +0200
committerMarc Coquand <marc@mccd.space>2024-10-28 10:13:35 +0200
commit012b1e0574868d2040a3bf0b0f303d7fe7d0feb7 (patch)
tree3de04a3fab9bb4a04d2e8581a6c3c598c27c527c /os
parent1ced00b044f26959bdd1fe3decc40ff0acdcd2ea (diff)
downloadguix-012b1e0574868d2040a3bf0b0f303d7fe7d0feb7.tar.gz
guix-012b1e0574868d2040a3bf0b0f303d7fe7d0feb7.tar.bz2
guix-012b1e0574868d2040a3bf0b0f303d7fe7d0feb7.zip
.
Diffstat (limited to 'os')
-rw-r--r--os/config.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/config.scm b/os/config.scm
index 5da3022..78d7d73 100644
--- a/os/config.scm
+++ b/os/config.scm
@@ -49,6 +49,7 @@
(specification->package "xf86-input-libinput")
(specification->package "xf86-video-fbdev")
(specification->package "xf86-video-nouveau")
+ (specification->package "font-terminus")
(specification->package "guile")
(specification->package "texinfo")
(specification->package "man-db")
@@ -56,6 +57,7 @@
(specification->package "adwaita-icon-theme")
(specification->package "gsettings-desktop-schemas")
(specification->package "mandoc")
+ (specification->package "steam-devices-udev-rules")
(specification->package
"emacs-desktop-environment")) %base-packages))