diff --git a/guix-config/home/workstation.scm b/guix-config/home/workstation.scm index 96ceee6..01b67a5 100644 --- a/guix-config/home/workstation.scm +++ b/guix-config/home/workstation.scm @@ -49,7 +49,6 @@ #:use-module (gnu packages inkscape) #:use-module (gnu packages wm) #:use-module (gnu packages dns) - #:use-module (gnu packages gnome-xyz) ) (define tune @@ -71,34 +70,35 @@ font-nerd-fonts-symbols-mono font-openmoji direnv + (package + (inherit neochat) + (propagated-inputs (modify-inputs (package-propagated-inputs neochat) + (append qtpositioning)))) + birdtray nextcloud-client krita gimp inkscape - `(,isc-bind "utils") ;; dig for dns - inetutils + icedove nautilus dankmaterialshell secretsd - xournalpp - geary - gnome-calendar - gnome-contacts - adwaita-icon-theme - icedove - - evolution-data-server - gnome-online-accounts - )) + `(,isc-bind "utils") ;; dig for dns + inetutils + xournalpp)) ;; 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 + (append (list ;(service home-dankmaterialshell-service-type + ; (home-dankmaterialshell-configuration + ; (launch-command (file-append niri "/bin/niri msg action spawn-sh --")))) + (service home-niri-service-type (niri-configuration (environment-variables (list (string-append "DMSDEFAULTCONFIG=" (package-output (open-connection) dankmaterialshell) "/share/quickshell"))))) + (service home-pipewire-service-type) + ;(service home-wayland-service-type) (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 8bf512e..8333e64 100644 --- a/guix-config/system/base-system.scm +++ b/guix-config/system/base-system.scm @@ -42,7 +42,7 @@ (define base-system (operating-system - (locale "en_US.utf8") + (locale "ru_RU.utf8") (timezone "Europe/Berlin") (keyboard-layout (keyboard-layout "eu,ru" #:options '("grp:alt_shift_toggle"))) @@ -62,11 +62,10 @@ ;; 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 ;; 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)