From efceb084f4e11b15328f8a54de407d7f524da546 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 13 Mar 2024 22:28:27 +0100 Subject: [PATCH] . --- config.org | 3 +++ config.scm | 5 ++++- home/emacs/init.el | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index bf3bd5d..d372cdb 100644 --- a/config.org +++ b/config.org @@ -57,6 +57,7 @@ This is to be run after setting up the partitions. - gnu services xorg - gnu system nss - zilti packages hyprland +- nongnu packages firmware - nongnu packages linux - nongnu system linux-initrd @@ -156,11 +157,13 @@ This adds the Nonguix channel. ** Packages #+NAME: root-packages +- bluez-firmware - egl-wayland - eglexternalplatform - emacs - emacs-desktop-environment - font-terminus +- fwupd-nonfree - git - glu - hwdata diff --git a/config.scm b/config.scm index f818f42..07f21d3 100644 --- a/config.scm +++ b/config.scm @@ -16,6 +16,7 @@ (gnu services xorg) (gnu system nss) (zilti packages hyprland) + (nongnu packages firmware) (nongnu packages linux) (nongnu system linux-initrd)) @@ -78,11 +79,13 @@ %base-user-accounts)) (packages (append - (list egl-wayland + (list bluez-firmware + egl-wayland eglexternalplatform emacs emacs-desktop-environment font-terminus + fwupd-nonfree git glu hwdata diff --git a/home/emacs/init.el b/home/emacs/init.el index 063eda0..3552fe2 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -125,6 +125,7 @@ (indent-tabs-mode nil) (menu-bar-mode nil) (minibuffer-prompt-properties (read-only t cursor-intangible t face minibuffer-prompt)) + (native-comp-async-report-warnings-errors nil) (read-extended-command-predicate #'command-completion-default-include-p) (recentf-mode t) (scroll-bar-mode nil)