diff --git a/config.org b/config.org index d735b3a..167bbbf 100644 --- a/config.org +++ b/config.org @@ -185,6 +185,7 @@ This adds the Nonguix channel. #+NAME: root-packages - bluez-firmware +- egl-gbm - egl-wayland - eglexternalplatform - font-terminus @@ -195,6 +196,7 @@ This adds the Nonguix channel. - hyprland - i915-firmware - libdrm +- libglvnd - linux-pam - mesa - nss-certs diff --git a/config.scm b/config.scm index 1032e00..5c4f1d3 100644 --- a/config.scm +++ b/config.scm @@ -87,6 +87,7 @@ (packages (append (list bluez-firmware + egl-gbm egl-wayland eglexternalplatform font-terminus @@ -97,6 +98,7 @@ hyprland i915-firmware libdrm + libglvnd linux-pam mesa nss-certs diff --git a/home/home-configuration.scm b/home/home-configuration.scm index f0f2cf9..391d09a 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -112,7 +112,6 @@ services "chicken-chicken-doc" "chicken-srfi-18" "curl" - "deluge" "direnv" "emacs-pgtk-xwidgets" "emacs-desktop-environment" @@ -160,6 +159,7 @@ services "okular" "openssh" "password-store" + "pass-git-helper" "pass-otp" "pavucontrol" "perl-mozilla-ca"