Compare commits
4 commits
4ded981d4b
...
efd0a2ea37
| Author | SHA1 | Date | |
|---|---|---|---|
| efd0a2ea37 | |||
| 66fb28d5a9 | |||
| f80010a1a8 | |||
| bb31de27eb |
2 changed files with 18 additions and 17 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
#:use-module (gnu packages inkscape)
|
#:use-module (gnu packages inkscape)
|
||||||
#:use-module (gnu packages wm)
|
#:use-module (gnu packages wm)
|
||||||
#:use-module (gnu packages dns)
|
#:use-module (gnu packages dns)
|
||||||
|
#:use-module (gnu packages gnome-xyz)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define tune
|
(define tune
|
||||||
|
|
@ -70,35 +71,34 @@
|
||||||
font-nerd-fonts-symbols-mono
|
font-nerd-fonts-symbols-mono
|
||||||
font-openmoji
|
font-openmoji
|
||||||
direnv
|
direnv
|
||||||
(package
|
|
||||||
(inherit neochat)
|
|
||||||
(propagated-inputs (modify-inputs (package-propagated-inputs neochat)
|
|
||||||
(append qtpositioning))))
|
|
||||||
|
|
||||||
birdtray
|
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
krita
|
krita
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
icedove
|
`(,isc-bind "utils") ;; dig for dns
|
||||||
|
inetutils
|
||||||
nautilus
|
nautilus
|
||||||
dankmaterialshell
|
dankmaterialshell
|
||||||
secretsd
|
secretsd
|
||||||
`(,isc-bind "utils") ;; dig for dns
|
xournalpp
|
||||||
inetutils
|
geary
|
||||||
xournalpp))
|
gnome-calendar
|
||||||
|
gnome-contacts
|
||||||
|
adwaita-icon-theme
|
||||||
|
icedove
|
||||||
|
|
||||||
|
evolution-data-server
|
||||||
|
gnome-online-accounts
|
||||||
|
))
|
||||||
|
|
||||||
;; Below is the list of Home services. To search for available
|
;; Below is the list of Home services. To search for available
|
||||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||||
(services
|
(services
|
||||||
(append (list ;(service home-dankmaterialshell-service-type
|
(append (list (service home-pipewire-service-type)
|
||||||
; (home-dankmaterialshell-configuration
|
|
||||||
; (launch-command (file-append niri "/bin/niri msg action spawn-sh --"))))
|
|
||||||
(service home-niri-service-type
|
(service home-niri-service-type
|
||||||
(niri-configuration
|
(niri-configuration
|
||||||
(environment-variables (list (string-append "DMSDEFAULTCONFIG=" (package-output (open-connection) dankmaterialshell) "/share/quickshell")))))
|
(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-dbus-service-type)
|
||||||
(service home-bash-service-type
|
(service home-bash-service-type
|
||||||
(home-bash-configuration
|
(home-bash-configuration
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
(define base-system
|
(define base-system
|
||||||
(operating-system
|
(operating-system
|
||||||
(locale "ru_RU.utf8")
|
(locale "en_US.utf8")
|
||||||
(timezone "Europe/Berlin")
|
(timezone "Europe/Berlin")
|
||||||
(keyboard-layout (keyboard-layout "eu,ru"
|
(keyboard-layout (keyboard-layout "eu,ru"
|
||||||
#:options '("grp:alt_shift_toggle")))
|
#:options '("grp:alt_shift_toggle")))
|
||||||
|
|
@ -62,10 +62,11 @@
|
||||||
;; Below is the list of system services. To search for available
|
;; Below is the list of system services. To search for available
|
||||||
;; services, run 'guix system search KEYWORD' in a terminal.
|
;; services, run 'guix system search KEYWORD' in a terminal.
|
||||||
(services
|
(services
|
||||||
(append (list
|
(append (list ;(service gnome-desktop-service-type)
|
||||||
;; To configure OpenSSH, pass an 'openssh-configuration'
|
;; To configure OpenSSH, pass an 'openssh-configuration'
|
||||||
;; record as a second argument to 'service' below.
|
;; record as a second argument to 'service' below.
|
||||||
(service openssh-service-type)
|
(service openssh-service-type)
|
||||||
|
(service gnome-keyring-service-type)
|
||||||
(service cups-service-type
|
(service cups-service-type
|
||||||
(cups-configuration
|
(cups-configuration
|
||||||
(web-interface? #t)
|
(web-interface? #t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue