Switched to gnome (test)
This commit is contained in:
parent
7ea90427b0
commit
bb31de27eb
3 changed files with 13 additions and 24 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
(define %my-desktop-services
|
||||
(modify-services %desktop-services
|
||||
(delete gdm-service-type)
|
||||
;(delete gdm-service-type)
|
||||
(elogind-service-type config =>
|
||||
(elogind-configuration
|
||||
(inherit config)
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
(define base-system
|
||||
(operating-system
|
||||
(locale "ru_RU.utf8")
|
||||
(locale "en_US.utf8")
|
||||
(timezone "Europe/Berlin")
|
||||
(keyboard-layout (keyboard-layout "eu,ru"
|
||||
#:options '("grp:alt_shift_toggle")))
|
||||
|
|
@ -62,10 +62,11 @@
|
|||
;; Below is the list of system services. To search for available
|
||||
;; services, run 'guix system search KEYWORD' in a terminal.
|
||||
(services
|
||||
(append (list
|
||||
(append (list (service gnome-desktop-service-type)
|
||||
;; To configure OpenSSH, pass an 'openssh-configuration'
|
||||
;; record as a second argument to 'service' below.
|
||||
(service openssh-service-type)
|
||||
(service gnome-keyring-service-type)
|
||||
(service cups-service-type
|
||||
(cups-configuration
|
||||
(web-interface? #t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue