-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.scm
81 lines (80 loc) · 2.14 KB
/
manifest.scm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
;; 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 "emacs-no-x"
"emacs-ace-window"
"emacs-ansible-doc"
"emacs-anzu"
"emacs-avy"
"emacs-beacon"
"emacs-cape"
"emacs-combobulate"
"emacs-consult"
"emacs-consult-yasnippet"
"emacs-corfu"
"emacs-corfu-terminal"
"emacs-coterm"
"emacs-crux"
"emacs-detached"
"emacs-diredfl"
"emacs-docker"
"emacs-docker-compose-mode"
"emacs-dockerfile-mode"
"emacs-dumb-jump"
"emacs-eat"
"emacs-eev"
"emacs-elfeed"
"emacs-elpa-mirror"
"emacs-embark"
"emacs-embark-consult"
"emacs-engine-mode"
"emacs-envrc"
"emacs-erlang"
"emacs-expreg"
"emacs-forge"
"emacs-gcmh"
"emacs-geiser"
"emacs-geiser-guile"
"emacs-gist"
"emacs-git-gutter"
"emacs-git-link"
"emacs-guix"
"emacs-helpful"
"emacs-hl-todo"
"emacs-inspector"
"emacs-isearch-mb"
"emacs-magit"
"emacs-magit-todos"
"emacs-marginalia"
"emacs-move-text"
"emacs-multiple-cursors"
"emacs-nginx-mode"
"emacs-ob-compile"
"emacs-orderless"
"emacs-org-alert"
"emacs-org-bullets"
"emacs-pcmpl-args"
"emacs-perspective"
"emacs-pinentry"
"emacs-project"
"emacs-project-tasks"
"emacs-rainbow-delimiters"
"emacs-rainbow-mode"
"emacs-rg"
"emacs-shell-command+"
"emacs-smartparens"
"emacs-symbol-overlay"
"emacs-terraform-mode"
"emacs-vertico"
"emacs-volatile-highlights"
"emacs-vundo"
"emacs-yaml-mode"
"emacs-yasnippet"
"emacs-yasnippet-snippets"
"emacs-ztree"
;; libs
"glibc-locales"
"tree-sitter"))