-
Notifications
You must be signed in to change notification settings - Fork 0
/
currrent-profile-manifest
99 lines (98 loc) · 2.06 KB
/
currrent-profile-manifest
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
;; 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 "xhost"
"wmctrl"
"poppler"
"ghostscript"
"texlive-pdfcrop"
"perl"
"python-lsp-server"
"google-chrome-stable"
"flatpak"
"librewolf"
"calibre"
"blueman"
"python-ipython"
"nyxt"
"pinentry"
"pass-tomb"
"tomb"
"flameshot"
"pamixer"
"zoom"
"copyq"
"wofi"
"swaynotificationcenter"
"pavucontrol"
"ungoogled-chromium"
"arandr"
"yt-dlp"
"telegram-desktop"
"transmission"
"mpv"
"gst-libav"
"kitty"
"sbcl-slynk"
"tailscale"
"feh"
"iwd"
"nvme-cli"
"emacs-auctex"
"emacs-guix"
"dunst"
"rofi"
"fuzzel"
"node"
"password-store"
"imagemagick"
"texlive"
"wlr-randr"
"wev"
"blesh"
"font-gnu-freefont"
"font-gnu-unifont"
"fzf"
"go"
"direnv"
"lsof"
"mysql"
"zoxide"
"eza"
"tealdeer"
"swayhide"
"swayr"
"shellcheck"
"bat"
"pandoc"
"bind:utils"
"bind"
"dmenu"
"font-openmoji"
"font-iosevka-nerd"
"gnupg"
"brightnessctl"
"python"
"ydotool"
"font-fira-code"
"ripgrep"
"trash-cli"
"font-awesome"
"htop"
"figlet"
"net-tools"
"smartmontools"
"xev"
"xclip"
"ncurses"
"unicode-emoji"
"tar"
"unzip"
"atool"
"xrandr"
"acpi"
"make"
"neofetch"))