ajout d'une liste adminsys + déplacement de paquets
This commit is contained in:
24
app-adminsys.nix
Normal file
24
app-adminsys.nix
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{ config, libs, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Adminsys
|
||||||
|
gparted
|
||||||
|
iotop
|
||||||
|
lm_sensors
|
||||||
|
lshw
|
||||||
|
lsof
|
||||||
|
nfs-utils
|
||||||
|
ntfs3g
|
||||||
|
ntp
|
||||||
|
powerline-fonts
|
||||||
|
powertop
|
||||||
|
python27Packages.docker_compose
|
||||||
|
python27Packages.ansible2
|
||||||
|
python27Packages.glances
|
||||||
|
usbutils
|
||||||
|
];
|
||||||
|
}
|
||||||
29
desktop.nix
29
desktop.nix
@@ -1,13 +1,14 @@
|
|||||||
{ config, libs, pkgs, ... }:
|
{ config, libs, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ # applications :
|
||||||
./app-bureautique.nix
|
./app-adminsys.nix # pour gérer le système dans son ensemble et les services
|
||||||
./app-cao.nix
|
./app-bureautique.nix # dédiée à la bureautique (traitement de texte, dessin, ...)
|
||||||
./app-client-internet.nix
|
./app-cao.nix # de conception assisté par ordinateur & modélisation
|
||||||
./app-dev.nix
|
./app-client-internet.nix # pour accéder & utiliser des ressources par le réseau
|
||||||
./app-multimedia.nix
|
./app-dev.nix # utilisée pour développer des programmes/scripts
|
||||||
./app-network.nix
|
./app-multimedia.nix # pour gérer le son, l'image et la vidéo
|
||||||
|
./app-network.nix # de gestion, de diagnostique & surveillance réseau
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@@ -17,31 +18,18 @@
|
|||||||
espeak
|
espeak
|
||||||
gnome3.seahorse
|
gnome3.seahorse
|
||||||
gnuplot
|
gnuplot
|
||||||
gparted
|
|
||||||
gpm
|
gpm
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iotop
|
|
||||||
jekyll
|
jekyll
|
||||||
josm
|
josm
|
||||||
linuxPackages.virtualbox
|
linuxPackages.virtualbox
|
||||||
linuxPackages.virtualboxGuestAdditions
|
linuxPackages.virtualboxGuestAdditions
|
||||||
lm_sensors
|
|
||||||
lshw
|
|
||||||
lsof
|
|
||||||
lz4
|
lz4
|
||||||
lzop
|
lzop
|
||||||
nfs-utils
|
|
||||||
ntfs3g
|
|
||||||
ntp
|
|
||||||
pass
|
pass
|
||||||
pgadmin
|
pgadmin
|
||||||
postfix
|
postfix
|
||||||
powerline-fonts
|
|
||||||
powertop
|
|
||||||
pwgen
|
pwgen
|
||||||
python27Packages.docker_compose
|
|
||||||
python27Packages.ansible2
|
|
||||||
python27Packages.glances
|
|
||||||
sakura
|
sakura
|
||||||
samba
|
samba
|
||||||
slock
|
slock
|
||||||
@@ -55,7 +43,6 @@
|
|||||||
unbound
|
unbound
|
||||||
unetbootin
|
unetbootin
|
||||||
urbanterror
|
urbanterror
|
||||||
usbutils
|
|
||||||
vbindiff
|
vbindiff
|
||||||
vifm
|
vifm
|
||||||
viking
|
viking
|
||||||
|
|||||||
Reference in New Issue
Block a user