New paste Repaste Download
(define-module (config systems roseberry)
  #:use-module (gnu)
  #:use-module (guix channels)
  #:use-module (nongnu system linux-initrd)
  #:use-module (nongnu packages linux)
  #:use-module (config systems base))
(use-service-modules
cups
desktop
networking
xorg)
(operating-system
(services
  (append (list
   ;(service gnome-desktop-service-type)
   (service sddm-service-type
    (sddm-configuration
     (auto-login-session "niri.desktop")
     (display-server "wayland")))
   (service bluetooth-service-type)
           (service tor-service-type)
           (service cups-service-type))
          %desktop-services)))
Filename: roseberry.scm. Size: 662b. View raw, , hex, or download this file.

This paste expires on 2025-07-20 11:11:01.914868. Pasted through web.