Compare commits
3 Commits
2016-11-28
...
2016-12-11
| Author | SHA1 | Date | |
|---|---|---|---|
| b9d19017c0 | |||
| f91e72ef50 | |||
| 5f089977a2 |
@@ -273,6 +273,12 @@ in
|
||||
|
||||
r6d.config-generator = {
|
||||
laptop = true;
|
||||
tincAddress = "192.168.12.7/24";
|
||||
tincExtraConfig = ''
|
||||
ConnectTo = monstre_dubronetwork_fr
|
||||
ConnectTo = rollo_dubronetwork_fr
|
||||
ConnectTo = ocean_prunetwork_fr
|
||||
'';
|
||||
};
|
||||
})
|
||||
(mkIf comp.isNomade{
|
||||
|
||||
@@ -38,6 +38,7 @@ mkIf profiles.isDesktop {
|
||||
jekyll # générateur statique de site web
|
||||
odpdown # conversion md -> presentation ODP : https://github.com/thorstenb/odpdown
|
||||
pandoc
|
||||
haskellPackages.pandoc-citeproc
|
||||
texlive.combined.scheme-full # distribution LaTeX
|
||||
#texLive # distribution LaTeX de base
|
||||
#texLiveBeamer # paquets et extensions pour Beamer
|
||||
|
||||
@@ -34,6 +34,8 @@ mkIf cfg.developpement {
|
||||
subversion
|
||||
|
||||
## Haskell
|
||||
cabal-install # fournis cabal
|
||||
cabal2nix # convertir les .cabal en .nix
|
||||
ghc # pour les appels depuis les scripts
|
||||
stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user