mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added proper packages for my markdown stuff
This commit is contained in:
parent
aabe9d44e3
commit
6bcd743b19
1 changed files with 41 additions and 27 deletions
|
@ -24,33 +24,47 @@
|
|||
(home-environment
|
||||
;; Below is the list of packages that will show up in your
|
||||
;; Home profile, under ~/.guix-home/profile.
|
||||
(packages (append (specifications->packages (list "bat"
|
||||
"qrencode"
|
||||
"binutils"
|
||||
"gcc-toolchain"
|
||||
"libreoffice"
|
||||
"flatpak"
|
||||
"gnupg"
|
||||
"lsof"
|
||||
"pavucontrol"
|
||||
"bind:utils"
|
||||
"firefox"
|
||||
"irssi"
|
||||
"font-cns11643"
|
||||
"syncthing"
|
||||
"perl"
|
||||
"tor"
|
||||
"unzip"
|
||||
"alacritty"
|
||||
"htop"
|
||||
"curl"
|
||||
;"my-neovim"
|
||||
"weechat"
|
||||
"icedove-minimal"
|
||||
"gimp"
|
||||
"python"
|
||||
"sqlite"
|
||||
"git"))
|
||||
(packages (append (specifications->packages (list "bat"
|
||||
"qrencode"
|
||||
"binutils"
|
||||
"gcc-toolchain"
|
||||
"libreoffice"
|
||||
"flatpak"
|
||||
"gnupg"
|
||||
"lsof"
|
||||
"pavucontrol"
|
||||
"bind:utils"
|
||||
"firefox"
|
||||
"irssi"
|
||||
"font-cns11643"
|
||||
"syncthing"
|
||||
"perl"
|
||||
"tor"
|
||||
"unzip"
|
||||
"alacritty"
|
||||
"htop"
|
||||
"curl"
|
||||
"pandoc"
|
||||
"texlive-base"
|
||||
"texlive-txfonts"
|
||||
"texlive-amsfonts"
|
||||
"texlive-lm"
|
||||
"texlive-lm-math"
|
||||
"texlive-generic-iftex"
|
||||
"texlive-unicode-math"
|
||||
"texlive-fontspec"
|
||||
"texlive-xcolor"
|
||||
"texlive-latex-geometry"
|
||||
"texlive-hyperref"
|
||||
"zathura"
|
||||
"zathura-pdf-mupdf"
|
||||
"fzf"
|
||||
"weechat"
|
||||
"icedove-minimal"
|
||||
"gimp"
|
||||
"python"
|
||||
"sqlite"
|
||||
"git"))
|
||||
(list my-neovim)))
|
||||
|
||||
;; Below is the list of Home services. To search for available
|
||||
|
|
Loading…
Reference in a new issue