nerd font
This commit is contained in:
parent
c4fa7b115f
commit
b2858a2261
3 changed files with 159 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
(define-module (guix-config home workstation)
|
||||
#:use-module (gnu home)
|
||||
#:use-module (guix)
|
||||
#:use-module (gnu packages emacs)
|
||||
#:use-module (gnu packages glib)
|
||||
#:use-module (gnu packages shellutils)
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages rust-apps)
|
||||
#:use-module (gnu packages password-utils)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages version-control)
|
||||
#:use-module (gnu packages librewolf)
|
||||
|
|
@ -35,6 +37,7 @@
|
|||
#:use-module (gnu home services sound)
|
||||
#:use-module (gnu home services desktop)
|
||||
#:use-module (guix-config packages emacs)
|
||||
#: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)
|
||||
|
|
@ -43,7 +46,7 @@
|
|||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages gimp)
|
||||
#:use-module (gnu packages inkscape)
|
||||
#:use-module (gnu home services dankmaterialshell)
|
||||
#:use-module (gnu packages wm)
|
||||
)
|
||||
|
||||
(define tune
|
||||
|
|
@ -60,6 +63,7 @@
|
|||
icecat
|
||||
vlc
|
||||
font-google-noto-emoji
|
||||
font-nerd-fonts-symbols-mono
|
||||
font-openmoji
|
||||
direnv
|
||||
(package
|
||||
|
|
@ -74,17 +78,21 @@
|
|||
inkscape
|
||||
icedove
|
||||
nautilus
|
||||
dankmaterialshell
|
||||
secretsd
|
||||
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-dankmaterialshell-service-type
|
||||
(home-dankmaterialshell-configuration
|
||||
(launch-command (file-append niri "/bin/niri msg action spawn-sh --"))))
|
||||
(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-wayland-service-type)
|
||||
(service home-dbus-service-type)
|
||||
(service home-bash-service-type
|
||||
(home-bash-configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue