From 708374b965ed0cacf0cb5af07cb89f15849e5ee1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 28 Mar 2025 18:29:54 +0100 Subject: [PATCH] feat: use core-dump-service-type in my config --- config.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.scm b/config.scm index a72f0eb..4e72061 100644 --- a/config.scm +++ b/config.scm @@ -17,6 +17,7 @@ (guix utils) (guix packages) (guix build-system gnu) + (ruther services system) (ruther bootloader grub)) (use-service-modules desktop sddm xorg base nix pm virtualization vpn sound dbus cups docker security-token) (use-package-modules gnome package-management shells networking wm @@ -190,6 +191,8 @@ (services (append (list + (service core-dumps-service-type) + (service nix-service-type (nix-configuration (extra-config -- 2.48.1