commit bac96e56195c57a84f2d1277a826dba0f2b9bd9c
parent f8c6df1f6a49b981ba9a2fdd82250c305e89cc90
Author: Luke Willis <lukejw@monastech.xyz>
Date:   Wed,  6 May 2026 21:36:02 -0400

abraham: Update to new structure

Diffstat:
Msystem/abraham.scm | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/system/abraham.scm b/system/abraham.scm @@ -1,4 +1,4 @@ -(define-module (system moses) +(define-module (system abraham) #:use-module (guix gexp) #:use-module (guix packages) #:use-module (gnu bootloader) @@ -92,12 +92,7 @@ (greetd-terminal-configuration (terminal-vt "4")) (greetd-terminal-configuration (terminal-vt "5")) (greetd-terminal-configuration (terminal-vt "6"))))))) - ;; TODO: Move these modifications into the default services - (modify-services %mt-clergy-services - (delete login-service-type) ;; Replaced by greetd - (delete agetty-service-type) ;; Unnecessary, not usial serial console - (delete mingetty-service-type) ;; Replaced by agreety - (delete console-font-service-type)) ;; Unnecessary + %mt-laity-services %mt-desktop-services)))) abraham-os