From 4e3ec6c71fe50dfde334af937890175aa1803ae5 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 24 Apr 2016 10:00:46 +0200 Subject: [PATCH] ajout de tous les logiciels en vrac --- desktop.nix | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) diff --git a/desktop.nix b/desktop.nix index 8a50db6..be49f6b 100644 --- a/desktop.nix +++ b/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;