ajout de tous les logiciels en vrac
This commit is contained in:
141
desktop.nix
141
desktop.nix
@@ -1,6 +1,147 @@
|
||||
{ config, libs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alsaUtils
|
||||
arp-scan
|
||||
aspell
|
||||
audacity
|
||||
awesome
|
||||
bashCompletion
|
||||
beep
|
||||
bind
|
||||
byobu
|
||||
cargo
|
||||
chromium
|
||||
clawsMail
|
||||
cloc
|
||||
cmus
|
||||
cowsay
|
||||
cpupower
|
||||
curlftpfs
|
||||
dhcpcd
|
||||
dia
|
||||
docker
|
||||
easytag
|
||||
espeak
|
||||
filezilla
|
||||
fira
|
||||
firefox
|
||||
freemind
|
||||
fritzing
|
||||
gimp
|
||||
git
|
||||
git-cola
|
||||
gitAndTools.tig
|
||||
gnome3.seahorse
|
||||
gnumeric
|
||||
gnupg21
|
||||
gnuplot
|
||||
gparted
|
||||
gpm
|
||||
graphviz
|
||||
grub2
|
||||
htop
|
||||
idea.idea-community
|
||||
inkscape
|
||||
inotify-tools
|
||||
iotop
|
||||
iperf
|
||||
iptraf-ng
|
||||
jekyll
|
||||
josm
|
||||
kde4.digikam
|
||||
kde4.kdepim
|
||||
kde5.okular
|
||||
kde5.quasselClient
|
||||
kicad
|
||||
lightdm
|
||||
linuxPackages.virtualbox
|
||||
linuxPackages.virtualboxGuestAdditions
|
||||
lm_sensors
|
||||
logrotate
|
||||
lshw
|
||||
lsof
|
||||
lyx
|
||||
lz4
|
||||
lzop
|
||||
mcomix
|
||||
meld
|
||||
mercurial
|
||||
mtr
|
||||
mumble
|
||||
mutt
|
||||
ncdu
|
||||
nfs-utils
|
||||
nload
|
||||
nmap
|
||||
ntfs3g
|
||||
ntp
|
||||
openssh
|
||||
openvpn
|
||||
p7zip
|
||||
pandoc
|
||||
paprefs
|
||||
pass
|
||||
pavucontrol
|
||||
pdfpc
|
||||
pgadmin
|
||||
picard
|
||||
pidgin
|
||||
postfix
|
||||
powerline-fonts
|
||||
powertop
|
||||
pwgen
|
||||
python27Packages.docker_compose
|
||||
python27Packages.turses
|
||||
python35Packages.ansible2
|
||||
python35Packages.glances
|
||||
qpdfview
|
||||
quagga
|
||||
qucs
|
||||
rustPlatform.rustc
|
||||
sakura
|
||||
samba
|
||||
slock
|
||||
smplayer
|
||||
spaceFM
|
||||
sqlitebrowser
|
||||
sshfsFuse
|
||||
stack
|
||||
subversion
|
||||
syslogng
|
||||
taskwarrior
|
||||
telnet
|
||||
texLiveFull
|
||||
thunderbird
|
||||
tinc
|
||||
transmission_gtk
|
||||
transmission_remote_gtk
|
||||
tree
|
||||
ubuntu_font_family
|
||||
udevil
|
||||
unbound
|
||||
unetbootin
|
||||
usbutils
|
||||
vbindiff
|
||||
vifm
|
||||
viking
|
||||
vim
|
||||
vlc
|
||||
vorbis-tools
|
||||
vsftpd
|
||||
whois
|
||||
wireshark
|
||||
wmname
|
||||
xorg.xorgserver
|
||||
xrandr
|
||||
yubikey-personalization-gui
|
||||
zim
|
||||
];
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user