From 41ba51ef22074fadc6e1aa14c217d99456e6ee8e Mon Sep 17 00:00:00 2001 From: Mitch Taylor Date: Mon, 23 Mar 2026 13:53:06 -0300 Subject: sway autostart + emacs --- system.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'system.scm') diff --git a/system.scm b/system.scm index 637f04a..916b834 100644 --- a/system.scm +++ b/system.scm @@ -65,12 +65,7 @@ (guix-service-type config => (guix-configuration (inherit config) - (extra-options '("--max-jobs=4" "--cores=4")))) - (mingetty-service-type config => - (mingetty-configuration - (inherit config) - ;; Automatically log in as "guest". - (auto-login "mitch")))) + (extra-options '("--max-jobs=4" "--cores=4"))))) (list (service elogind-service-type) -- cgit v1.2.3