mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
examples: guix: Adjust packages.
* modules/rosenthal/examples/guix/config.tmpl (%my-os) [packages]: Adjust CLI utilities. Move more packages to... * modules/rosenthal/examples/guix/config.tmpl (%my-home) [packages]: ...here.
This commit is contained in:
parent
9d7be1f81c
commit
8f16d58baa
@ -27,7 +27,18 @@
|
|||||||
(define %my-home
|
(define %my-home
|
||||||
(home-environment
|
(home-environment
|
||||||
(packages (specifications->packages
|
(packages (specifications->packages
|
||||||
'(;; File manager.
|
'(;; Desktop, see also `%rosenthal-skeletons'.
|
||||||
|
"niri"
|
||||||
|
"dconf"
|
||||||
|
"wl-clipboard"
|
||||||
|
"xdg-desktop-portal-gnome"
|
||||||
|
"xdg-desktop-portal-gtk"
|
||||||
|
"xdg-utils"
|
||||||
|
"imv" ;image viewer
|
||||||
|
"wezterm" ;terminal emulator
|
||||||
|
"xwayland-satellite" ;rootless XWayland support
|
||||||
|
|
||||||
|
;; File manager.
|
||||||
"exo"
|
"exo"
|
||||||
"file-roller"
|
"file-roller"
|
||||||
"thunar"
|
"thunar"
|
||||||
@ -46,7 +57,7 @@
|
|||||||
|
|
||||||
"emacs-corfu"
|
"emacs-corfu"
|
||||||
"emacs-doom-modeline"
|
"emacs-doom-modeline"
|
||||||
"emacs-edit-indirect" ;for emacs-markdown-mode.
|
"emacs-edit-indirect" ;for emacs-markdown-mode
|
||||||
"emacs-envrc"
|
"emacs-envrc"
|
||||||
"emacs-evil"
|
"emacs-evil"
|
||||||
"emacs-fish-mode"
|
"emacs-fish-mode"
|
||||||
@ -77,8 +88,7 @@
|
|||||||
"font-google-noto-emoji"
|
"font-google-noto-emoji"
|
||||||
"font-nerd-symbols"
|
"font-nerd-symbols"
|
||||||
"font-sarasa-gothic"
|
"font-sarasa-gothic"
|
||||||
"font-victor-mono"
|
"font-victor-mono")))
|
||||||
)))
|
|
||||||
(services
|
(services
|
||||||
(cons* (service home-fish-service-type)
|
(cons* (service home-fish-service-type)
|
||||||
(service home-keyboard-service-type %my-keyboard-layout)
|
(service home-keyboard-service-type %my-keyboard-layout)
|
||||||
@ -199,26 +209,15 @@
|
|||||||
(append (specifications->packages
|
(append (specifications->packages
|
||||||
'(;; CLI utilities.
|
'(;; CLI utilities.
|
||||||
"curl"
|
"curl"
|
||||||
"fd"
|
"file"
|
||||||
"git"
|
"git"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
"mosh"
|
"mosh"
|
||||||
"ncurses"
|
"ncurses"
|
||||||
"ripgrep"
|
|
||||||
"rsync"
|
"rsync"
|
||||||
"unzip"
|
"unzip"
|
||||||
|
;; Provide Wayland session for the login manager.
|
||||||
;; Desktop, see also `%rosenthal-skeletons'.
|
"niri"))
|
||||||
"niri"
|
|
||||||
"dconf"
|
|
||||||
"wl-clipboard"
|
|
||||||
"xdg-desktop-portal-gnome"
|
|
||||||
"xdg-desktop-portal-gtk"
|
|
||||||
"xdg-utils"
|
|
||||||
"imv" ;image viewer
|
|
||||||
"wezterm" ;terminal emulator
|
|
||||||
"xwayland-satellite" ;rootless XWayland support
|
|
||||||
))
|
|
||||||
%base-packages))
|
%base-packages))
|
||||||
|
|
||||||
(services
|
(services
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user