From 876d4b28d27e3a8a0b3de9b021573dea184133ab Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Fri, 26 Apr 2024 15:50:29 -0800 Subject: [PATCH] try another thing for idle-delay; foratting --- home-configuration.scm | 3 +++ system.scm | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 9e60dbc..8042cb4 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -15,6 +15,7 @@ (guix base64) (gnu home services) (gnu home services shells) + (system foreign) (atlas home services dconf) ) @@ -60,6 +61,8 @@ (current-tab "resources")) (org/gnome/desktop/interface (show-battery-percentage #t)) + (org/gnome/desktop/session + (idle-delay #f)) (org/gnome/desktop/background (picture-uri-dark #$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg" diff --git a/system.scm b/system.scm index cf02f28..017ded7 100644 --- a/system.scm +++ b/system.scm @@ -9,8 +9,15 @@ ;; Indicate which modules to import to access the variables ;; used in this configuration. -(use-modules (gnu) (nongnu packages linux)) -(use-service-modules cups desktop networking ssh xorg) +(use-modules + (gnu) + (nongnu packages linux)) +(use-service-modules + cups + desktop + networking + ssh + xorg) (operating-system (kernel linux)