Compare commits
No commits in common. "efd0a2ea37789889cf0f24fa047c02cebb78dd5a" and "4ded981d4b85ffa26219080b039f46633d47f008" have entirely different histories.
efd0a2ea37
...
4ded981d4b
2 changed files with 17 additions and 18 deletions
|
|
@ -49,7 +49,6 @@
|
||||||
#: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
|
||||||
|
|
@ -71,34 +70,35 @@
|
||||||
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
|
||||||
`(,isc-bind "utils") ;; dig for dns
|
icedove
|
||||||
inetutils
|
|
||||||
nautilus
|
nautilus
|
||||||
dankmaterialshell
|
dankmaterialshell
|
||||||
secretsd
|
secretsd
|
||||||
xournalpp
|
`(,isc-bind "utils") ;; dig for dns
|
||||||
geary
|
inetutils
|
||||||
gnome-calendar
|
xournalpp))
|
||||||
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-pipewire-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
|
(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 "en_US.utf8")
|
(locale "ru_RU.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,11 +62,10 @@
|
||||||
;; 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 ;(service gnome-desktop-service-type)
|
(append (list
|
||||||
;; 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