You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nixos-template-base/desktop.nix

136 lines
1.9 KiB
Nix

{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
arp-scan
aspell
audacity
beep
bind
cargo
chromium
clawsMail
cloc
cmus
cowsay
curlftpfs
dia
docker
easytag
espeak
filezilla
firefox
freemind
fritzing
gimp
git
git-cola
gitAndTools.tig
gnome3.seahorse
gnumeric
gnupg21
gnuplot
gparted
gpm
graphviz
idea.idea-community
inkscape
inotify-tools
iotop
iperf
iptraf-ng
jekyll
josm
kde4.digikam
kde4.kdepim
kde5.okular
kde5.quasselClient
kicad
linuxPackages.virtualbox
linuxPackages.virtualboxGuestAdditions
lm_sensors
lshw
lsof
lyx
lz4
lzop
mcomix
meld
mercurial
mtr
mumble
mutt
nfs-utils
nload
nmap
ntfs3g
ntp
openvpn
p7zip
pandoc
paprefs
pass
pavucontrol
pdfpc
pgadmin
picard
pidgin
postfix
powerline-fonts
powertop
pwgen
python27Packages.docker_compose
python27Packages.turses
python27Packages.ansible2
python35Packages.glances
qpdfview
quagga
qucs
rustPlatform.rustc
sakura
samba
slock
smplayer
spaceFM
sqlitebrowser
sshfsFuse
stack
subversion
taskwarrior
telnet
texLiveFull
thunderbird
tinc
transmission_gtk
transmission_remote_gtk
udevil
unbound
unetbootin
usbutils
vbindiff
vifm
viking
vim
vlc
vorbis-tools
vsftpd
whois
wireshark
wmname
yubikey-personalization-gui
zim
];
# Enable the X11 windowing system.
services.xserver = {
enable = true;
layout = "fr";
xkbOptions = "eurosign:e";
displayManager.lightdm.enable = true;
windowManager.awesome.enable = true;
};
}