deleted gnome
This commit is contained in:
parent
f80010a1a8
commit
66fb28d5a9
2 changed files with 15 additions and 6 deletions
|
|
@ -41,8 +41,8 @@
|
|||
#:use-module (guix-config packages fonts)
|
||||
#:use-module (guix-config home services emacs)
|
||||
#:use-module (guix-config home services flatpak)
|
||||
;#:use-module (guix-config home services secretsd)
|
||||
;#:use-module (gnu home services niri)
|
||||
#:use-module (guix-config home services secretsd)
|
||||
#:use-module (gnu home services niri)
|
||||
#:use-module (guix transformations)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages gimp)
|
||||
|
|
@ -78,18 +78,27 @@
|
|||
inkscape
|
||||
`(,isc-bind "utils") ;; dig for dns
|
||||
inetutils
|
||||
nautilus
|
||||
dankmaterialshell
|
||||
secretsd
|
||||
xournalpp
|
||||
geary
|
||||
gnome-calendar
|
||||
gnome-contacts
|
||||
gnome-tweaks
|
||||
gnome-shell-extension-paperwm
|
||||
adwaita-icon-theme
|
||||
icedove
|
||||
|
||||
evolution-data-server
|
||||
gnome-online-accounts
|
||||
))
|
||||
|
||||
;; Below is the list of Home services. To search for available
|
||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||
(services
|
||||
(append (list (service home-pipewire-service-type)
|
||||
(service home-niri-service-type
|
||||
(niri-configuration
|
||||
(environment-variables (list (string-append "DMSDEFAULTCONFIG=" (package-output (open-connection) dankmaterialshell) "/share/quickshell")))))
|
||||
(service home-dbus-service-type)
|
||||
(service home-bash-service-type
|
||||
(home-bash-configuration
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
;; Below is the list of system services. To search for available
|
||||
;; services, run 'guix system search KEYWORD' in a terminal.
|
||||
(services
|
||||
(append (list (service gnome-desktop-service-type)
|
||||
(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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue