mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(guix): add make, hugo and vpnc to manifests
This commit is contained in:
parent
9d89de7053
commit
15295971db
4 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"make"
|
||||
"hugo-extended"
|
||||
"libfaketime"
|
||||
"lua"
|
||||
"gcc-toolchain"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;; [[file:../../../Guix.org::*Manifest][Manifest:2]]
|
||||
(specifications->manifest
|
||||
'(
|
||||
"vpnc"
|
||||
"openvpn-update-resolve-conf"
|
||||
"openvpn"
|
||||
"glibc"
|
||||
|
|
|
|||
|
|
@ -2126,6 +2126,8 @@ This section generates manifests for various desktop software that I'm using.
|
|||
| dev | gcc-toolchain |
|
||||
| dev | lua |
|
||||
| dev | libfaketime |
|
||||
| dev | hugo-extended |
|
||||
| dev | make |
|
||||
** Manifests
|
||||
#+NAME: packages
|
||||
#+begin_src emacs-lisp :tangle no :var category=""
|
||||
|
|
|
|||
1
Guix.org
1
Guix.org
|
|
@ -517,6 +517,7 @@ Don't forget to install =JetBrainsMono Nerd Font=.
|
|||
|----------+-----------------------------|
|
||||
| system | openvpn |
|
||||
| system | openvpn-update-resolve-conf |
|
||||
| system | vpnc |
|
||||
|
||||
I'm not sure how to properly spin up VPN on Guix, so here is what I'm doing now, after some trial and error.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue