try another thing for idle-delay; foratting

This commit is contained in:
Miranda Marquez 2024-04-26 15:50:29 -08:00
parent 8033287960
commit 876d4b28d2
2 changed files with 12 additions and 2 deletions

View File

@ -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"

View File

@ -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)