Compare commits
6 Commits
2016-12-09
...
2016-12-19
| Author | SHA1 | Date | |
|---|---|---|---|
| 35322c124c | |||
| 8d9c0d830f | |||
| bdf5e511f3 | |||
| 386ce3b25e | |||
| b9d19017c0 | |||
| f91e72ef50 |
@@ -23,6 +23,9 @@ mkIf true {
|
|||||||
python27Packages.glances
|
python27Packages.glances
|
||||||
usbutils
|
usbutils
|
||||||
|
|
||||||
|
# Backup
|
||||||
|
duplicity
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
lz4
|
lz4
|
||||||
lzop
|
lzop
|
||||||
@@ -30,6 +33,7 @@ mkIf true {
|
|||||||
# Système de fichier
|
# Système de fichier
|
||||||
## Montage de filesystem
|
## Montage de filesystem
|
||||||
curlftpfs # ftp
|
curlftpfs # ftp
|
||||||
|
hubicfuse # montage hubic
|
||||||
ntfs3g # ntfs
|
ntfs3g # ntfs
|
||||||
sshfsFuse # ssh
|
sshfsFuse # ssh
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ mkIf profiles.isDesktop {
|
|||||||
# Paquets
|
# Paquets
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Bureautique
|
# Bureautique
|
||||||
aspell aspellDicts.fr
|
aspell aspellDicts.fr # correction d'ortographe
|
||||||
dia
|
dia # dessin & schéma technique
|
||||||
gnumeric
|
gnumeric # tableur
|
||||||
|
|
||||||
## Cartes mentales
|
## Cartes mentales
|
||||||
freemind
|
freemind
|
||||||
@@ -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,9 +34,14 @@ 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
|
||||||
|
|
||||||
|
## Mono
|
||||||
|
mono46 # interpréteur .NET
|
||||||
|
|
||||||
## Rust
|
## Rust
|
||||||
cargo # récupération des dépendances + compilation projet rust
|
cargo # récupération des dépendances + compilation projet rust
|
||||||
rustc # pour les appels depuis les scripts
|
rustc # pour les appels depuis les scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user