added proper packages for my markdown stuff
This commit is contained in:
parent
aabe9d44e3
commit
6bcd743b19
|
@ -24,33 +24,47 @@
|
||||||
(home-environment
|
(home-environment
|
||||||
;; Below is the list of packages that will show up in your
|
;; Below is the list of packages that will show up in your
|
||||||
;; Home profile, under ~/.guix-home/profile.
|
;; Home profile, under ~/.guix-home/profile.
|
||||||
(packages (append (specifications->packages (list "bat"
|
(packages (append (specifications->packages (list "bat"
|
||||||
"qrencode"
|
"qrencode"
|
||||||
"binutils"
|
"binutils"
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
"lsof"
|
"lsof"
|
||||||
"pavucontrol"
|
"pavucontrol"
|
||||||
"bind:utils"
|
"bind:utils"
|
||||||
"firefox"
|
"firefox"
|
||||||
"irssi"
|
"irssi"
|
||||||
"font-cns11643"
|
"font-cns11643"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"perl"
|
"perl"
|
||||||
"tor"
|
"tor"
|
||||||
"unzip"
|
"unzip"
|
||||||
"alacritty"
|
"alacritty"
|
||||||
"htop"
|
"htop"
|
||||||
"curl"
|
"curl"
|
||||||
;"my-neovim"
|
"pandoc"
|
||||||
"weechat"
|
"texlive-base"
|
||||||
"icedove-minimal"
|
"texlive-txfonts"
|
||||||
"gimp"
|
"texlive-amsfonts"
|
||||||
"python"
|
"texlive-lm"
|
||||||
"sqlite"
|
"texlive-lm-math"
|
||||||
"git"))
|
"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)))
|
(list my-neovim)))
|
||||||
|
|
||||||
;; Below is the list of Home services. To search for available
|
;; Below is the list of Home services. To search for available
|
||||||
|
|
Loading…
Reference in a new issue