Compare commits

..

No commits in common. "efd0a2ea37789889cf0f24fa047c02cebb78dd5a" and "4ded981d4b85ffa26219080b039f46633d47f008" have entirely different histories.

2 changed files with 17 additions and 18 deletions

View file

@ -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

View file

@ -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)