diff --git a/guix-config/home/workstation.scm b/guix-config/home/workstation.scm index 6e40b23..96ceee6 100644 --- a/guix-config/home/workstation.scm +++ b/guix-config/home/workstation.scm @@ -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 diff --git a/guix-config/system/base-system.scm b/guix-config/system/base-system.scm index c860962..8bf512e 100644 --- a/guix-config/system/base-system.scm +++ b/guix-config/system/base-system.scm @@ -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)