This commit is contained in:
Daniel Ziltener 2024-04-15 22:28:41 +02:00
parent 5781d339d3
commit b4143020fe
Signed by: zilti
GPG key ID: B38976E82C9DAE42
3 changed files with 5 additions and 1 deletions

View file

@ -185,6 +185,7 @@ This adds the Nonguix channel.
#+NAME: root-packages #+NAME: root-packages
- bluez-firmware - bluez-firmware
- egl-gbm
- egl-wayland - egl-wayland
- eglexternalplatform - eglexternalplatform
- font-terminus - font-terminus
@ -195,6 +196,7 @@ This adds the Nonguix channel.
- hyprland - hyprland
- i915-firmware - i915-firmware
- libdrm - libdrm
- libglvnd
- linux-pam - linux-pam
- mesa - mesa
- nss-certs - nss-certs

View file

@ -87,6 +87,7 @@
(packages (packages
(append (append
(list bluez-firmware (list bluez-firmware
egl-gbm
egl-wayland egl-wayland
eglexternalplatform eglexternalplatform
font-terminus font-terminus
@ -97,6 +98,7 @@
hyprland hyprland
i915-firmware i915-firmware
libdrm libdrm
libglvnd
linux-pam linux-pam
mesa mesa
nss-certs nss-certs

View file

@ -112,7 +112,6 @@ services
"chicken-chicken-doc" "chicken-chicken-doc"
"chicken-srfi-18" "chicken-srfi-18"
"curl" "curl"
"deluge"
"direnv" "direnv"
"emacs-pgtk-xwidgets" "emacs-pgtk-xwidgets"
"emacs-desktop-environment" "emacs-desktop-environment"
@ -160,6 +159,7 @@ services
"okular" "okular"
"openssh" "openssh"
"password-store" "password-store"
"pass-git-helper"
"pass-otp" "pass-otp"
"pavucontrol" "pavucontrol"
"perl-mozilla-ca" "perl-mozilla-ca"