découpage des applications déjà classées dans différents fichiers
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
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue