découpage des applications déjà classées dans différents fichiers

generator
Jean-Pierre PRUNARET 9 years ago
parent d1114b0548
commit 171ccd1559

@ -0,0 +1,23 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# Bureautique
aspell
dia
freemind
gnumeric
graphviz
kde5.okular
lyx
mcomix
pandoc
pdfpc
qpdfview
texLiveFull
zim
];
}

@ -0,0 +1,14 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# CAO
freecad
fritzing
kicad
qucs
];
}

@ -0,0 +1,20 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# Clients Internet
chromium
clawsMail
firefox
kde5.quasselClient
mutt
mumble
pidgin
python27Packages.turses
thunderbird
];
}

@ -0,0 +1,20 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# Développement
cargo
cloc
ghc
git-cola
idea.idea-community
mercurial
meld
rustPlatform.rustc
stack
subversion
];
}

@ -0,0 +1,23 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# Multimedia
audacity
beep
cmus
easytag
kde4.digikam
gimp
inkscape
paprefs
pavucontrol
picard
smplayer
vlc
vorbis-tools
];
}

@ -0,0 +1,20 @@
{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# network toolbox
arp-scan
iperf
iptraf-ng
nload
openvpn
quagga
telnet
tinc
whois
wireshark
];
}

@ -2,80 +2,15 @@
{ {
imports = [ imports = [
./app-bureautique.nix
./app-cao.nix
./app-client-internet.nix
./app-dev.nix
./app-multimedia.nix
./app-network.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# network toolbox
arp-scan
iperf
iptraf-ng
nload
openvpn
quagga
telnet
tinc
whois
wireshark
# Multimedia
audacity
beep
cmus
easytag
kde4.digikam
gimp
inkscape
paprefs
pavucontrol
picard
smplayer
vlc
vorbis-tools
# Clients Internet
chromium
clawsMail
firefox
kde5.quasselClient
mutt
mumble
pidgin
python27Packages.turses
thunderbird
# Bureautique
aspell
dia
freemind
gnumeric
graphviz
kde5.okular
lyx
mcomix
pandoc
pdfpc
qpdfview
texLiveFull
zim
# Développement
cargo
cloc
ghc
git-cola
idea.idea-community
mercurial
meld
rustPlatform.rustc
stack
subversion
# CAO
freecad
fritzing
kicad
qucs
cowsay cowsay
curlftpfs curlftpfs
docker docker

Loading…
Cancel
Save