Git config
This commit is contained in:
parent
2822c1b11b
commit
b93f4c3a5f
3 changed files with 34 additions and 36 deletions
|
|
@ -11,6 +11,14 @@
|
|||
;; used in this configuration.
|
||||
(use-modules (gnu))
|
||||
(use-service-modules cups desktop networking ssh xorg pm)
|
||||
(use-package-modules emacs-xyz wm xorg)
|
||||
|
||||
(define %my-desktop-services
|
||||
(modify-services %desktop-services
|
||||
(gdm-service-type config =>
|
||||
(gdm-configuration
|
||||
(inherit config)
|
||||
(wayland? #t)))))
|
||||
|
||||
(operating-system
|
||||
(locale "ru_RU.utf8")
|
||||
|
|
@ -28,6 +36,12 @@
|
|||
(supplementary-groups '("wheel" "netdev" "audio" "video")))
|
||||
%base-user-accounts))
|
||||
|
||||
(packages (append (list
|
||||
niri
|
||||
;emacs emacs-exwm emacs-desktop-environment
|
||||
)
|
||||
%base-packages))
|
||||
|
||||
;; Below is the list of system services. To search for available
|
||||
;; services, run 'guix system search KEYWORD' in a terminal.
|
||||
(services
|
||||
|
|
@ -45,7 +59,7 @@
|
|||
|
||||
;; This is the default list of services we
|
||||
;; are appending to.
|
||||
%desktop-services))
|
||||
%my-desktop-services))
|
||||
(bootloader (bootloader-configuration
|
||||
(bootloader grub-efi-bootloader)
|
||||
(targets (list "/boot/efi"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue