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
|
||||
usbutils
|
||||
|
||||
# Backup
|
||||
duplicity
|
||||
|
||||
# Compression
|
||||
lz4
|
||||
lzop
|
||||
@@ -30,6 +33,7 @@ mkIf true {
|
||||
# Système de fichier
|
||||
## Montage de filesystem
|
||||
curlftpfs # ftp
|
||||
hubicfuse # montage hubic
|
||||
ntfs3g # ntfs
|
||||
sshfsFuse # ssh
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ mkIf profiles.isDesktop {
|
||||
# Paquets
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Bureautique
|
||||
aspell aspellDicts.fr
|
||||
dia
|
||||
gnumeric
|
||||
aspell aspellDicts.fr # correction d'ortographe
|
||||
dia # dessin & schéma technique
|
||||
gnumeric # tableur
|
||||
|
||||
## Cartes mentales
|
||||
freemind
|
||||
@@ -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,9 +34,14 @@ mkIf cfg.developpement {
|
||||
subversion
|
||||
|
||||
## Haskell
|
||||
cabal-install # fournis cabal
|
||||
cabal2nix # convertir les .cabal en .nix
|
||||
ghc # pour les appels depuis les scripts
|
||||
stack
|
||||
|
||||
## Mono
|
||||
mono46 # interpréteur .NET
|
||||
|
||||
## Rust
|
||||
cargo # récupération des dépendances + compilation projet rust
|
||||
rustc # pour les appels depuis les scripts
|
||||
|
||||
Reference in New Issue
Block a user