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