From 689e936502fae79a29d229320b6f16efc6d986bf Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 26 Jan 2025 12:31:42 +0100 Subject: [PATCH] chore: update to linux 6.12 --- config.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.scm b/config.scm index 580152d..55b9412 100644 --- a/config.scm +++ b/config.scm @@ -12,12 +12,13 @@ (gnu packages admin) (gnu system nss) (guix utils) + (guix packages) (ruther bootloader grub)) (use-service-modules desktop sddm xorg base nix pm virtualization vpn sound dbus cups docker) -(use-package-modules gnome package-management shells networking wm vim wget curl bash compression glib linux embedded finance) +(use-package-modules gnome package-management shells networking wm vim wget curl bash compression glib linux embedded finance python-xyz freedesktop python-build haskell-apps) (operating-system - (kernel linux-6.11) + (kernel linux-6.12) (initrd microcode-initrd) (firmware (cons* linux-firmware %base-firmware)) -- 2.48.1