try another thing for idle-delay; foratting
This commit is contained in:
parent
8033287960
commit
876d4b28d2
@ -15,6 +15,7 @@
|
|||||||
(guix base64)
|
(guix base64)
|
||||||
(gnu home services)
|
(gnu home services)
|
||||||
(gnu home services shells)
|
(gnu home services shells)
|
||||||
|
(system foreign)
|
||||||
(atlas home services dconf)
|
(atlas home services dconf)
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -60,6 +61,8 @@
|
|||||||
(current-tab "resources"))
|
(current-tab "resources"))
|
||||||
(org/gnome/desktop/interface
|
(org/gnome/desktop/interface
|
||||||
(show-battery-percentage #t))
|
(show-battery-percentage #t))
|
||||||
|
(org/gnome/desktop/session
|
||||||
|
(idle-delay #f))
|
||||||
(org/gnome/desktop/background
|
(org/gnome/desktop/background
|
||||||
(picture-uri-dark
|
(picture-uri-dark
|
||||||
#$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"
|
#$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"
|
||||||
|
11
system.scm
11
system.scm
@ -9,8 +9,15 @@
|
|||||||
|
|
||||||
;; Indicate which modules to import to access the variables
|
;; Indicate which modules to import to access the variables
|
||||||
;; used in this configuration.
|
;; used in this configuration.
|
||||||
(use-modules (gnu) (nongnu packages linux))
|
(use-modules
|
||||||
(use-service-modules cups desktop networking ssh xorg)
|
(gnu)
|
||||||
|
(nongnu packages linux))
|
||||||
|
(use-service-modules
|
||||||
|
cups
|
||||||
|
desktop
|
||||||
|
networking
|
||||||
|
ssh
|
||||||
|
xorg)
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(kernel linux)
|
(kernel linux)
|
||||||
|
Loading…
Reference in New Issue
Block a user