33 lines
985 B
Scheme
33 lines
985 B
Scheme
;; This "manifest" file can be passed to 'guix package -m' to reproduce
|
|
;; the content of your profile. This is "symbolic": it only specifies
|
|
;; package names. To reproduce the exact same profile, you also need to
|
|
;; capture the channels being used, as returned by "guix describe".
|
|
;; See the "Replicating Guix" section in the manual.
|
|
|
|
(specifications->manifest
|
|
(list "screen"
|
|
"emacs-web-mode"
|
|
"emacs-php-mode"
|
|
"emacs-treemacs"
|
|
"emacs-general"
|
|
"emacs-projectile"
|
|
"emacs-lsp-mode"
|
|
"emacs-dashboard"
|
|
"emacs-writeroom"
|
|
"emacs-ivy"
|
|
"emacs-pyvenv"
|
|
"emacs-geiser"
|
|
"emacs-company"
|
|
"emacs-editorconfig"
|
|
"emacs-all-the-icons"
|
|
"emacs-doom-modeline"
|
|
"emacs-autothemer"
|
|
"emacs-annalist"
|
|
"emacs-rainbow-delimiters"
|
|
"sway"
|
|
"emacs-next-pgtk"
|
|
"glibc-locales@2.35"
|
|
"font-fira-code"
|
|
"foot"
|
|
"rofi-wayland"))
|