|
|
@ -39,15 +39,13 @@ mkIf true {
|
|
|
|
## Exploitation FS
|
|
|
|
## Exploitation FS
|
|
|
|
inotify-tools # être notifié lorsque le contenu d'un répertoire change
|
|
|
|
inotify-tools # être notifié lorsque le contenu d'un répertoire change
|
|
|
|
rdfind # recherche de fichiers doublons pour remplacement par hard/soft link
|
|
|
|
rdfind # recherche de fichiers doublons pour remplacement par hard/soft link
|
|
|
|
];
|
|
|
|
(mkIf profiles.isDesktop
|
|
|
|
} // mkIf profiles.isDesktop {
|
|
|
|
## Gestion de FS
|
|
|
|
|
|
|
|
gparted # Gestion graphique de partitions
|
|
|
|
# Paquets
|
|
|
|
)
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
(mkIf profiles.isDesktop
|
|
|
|
## Gestion de FS
|
|
|
|
unetbootin # création de clefs USB bootables
|
|
|
|
gparted # Gestion graphique de partitions
|
|
|
|
)
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
unetbootin # création de clefs USB bootables
|
|
|
|
|
|
|
|
];
|
|
|
|
];
|
|
|
|
}
|
|
|
|
}
|
|
|
|