Switched to gnome (test)

This commit is contained in:
Aleksandr Lebedev 2025-12-17 16:12:52 +01:00
parent 7ea90427b0
commit bb31de27eb
3 changed files with 13 additions and 24 deletions

View file

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