2020-04-11 21:47:33 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
let
|
|
|
|
llvm = pkgs.llvmPackages_10;
|
2020-09-16 03:34:20 +00:00
|
|
|
go = pkgs.go_1_15;
|
2020-04-11 21:47:33 +00:00
|
|
|
in
|
2020-11-26 04:20:52 +00:00
|
|
|
{
|
|
|
|
environment.systemPackages = (with pkgs; [
|
2020-04-11 21:47:33 +00:00
|
|
|
# Audiovisual
|
2020-08-15 03:27:08 +00:00
|
|
|
audacity
|
2020-04-11 21:47:33 +00:00
|
|
|
darktable
|
2020-07-27 03:53:38 +00:00
|
|
|
exiftool
|
2020-04-11 21:47:33 +00:00
|
|
|
ffmpeg-full
|
|
|
|
flac
|
|
|
|
gimp
|
2020-07-27 03:53:38 +00:00
|
|
|
inkscape
|
2020-04-11 21:47:33 +00:00
|
|
|
lame
|
|
|
|
mpv
|
2020-07-08 18:55:08 +00:00
|
|
|
obs-studio
|
|
|
|
obs-wlrobs
|
2020-04-11 21:47:33 +00:00
|
|
|
opusTools
|
|
|
|
pamixer
|
|
|
|
pavucontrol
|
|
|
|
sox
|
|
|
|
vlc_qt5
|
|
|
|
youtubeDL
|
|
|
|
|
|
|
|
# Books
|
|
|
|
calibre
|
|
|
|
|
|
|
|
# Wine and tools
|
|
|
|
cabextract
|
|
|
|
samba
|
|
|
|
wineWowPackages.staging
|
|
|
|
|
|
|
|
# Virtualization
|
|
|
|
docker-compose
|
|
|
|
qemu
|
|
|
|
|
|
|
|
# Linux tools
|
|
|
|
dmidecode
|
2020-05-13 01:19:30 +00:00
|
|
|
efibootmgr
|
|
|
|
efitools
|
2020-04-11 21:47:33 +00:00
|
|
|
gparted
|
|
|
|
hdparm
|
|
|
|
iptables
|
|
|
|
lm_sensors
|
|
|
|
manpages
|
|
|
|
nethogs
|
2020-08-15 03:27:08 +00:00
|
|
|
nvme-cli
|
2020-04-11 21:47:33 +00:00
|
|
|
parted
|
2020-07-08 18:55:08 +00:00
|
|
|
pinentry-curses
|
2020-04-11 21:47:33 +00:00
|
|
|
pinentry-gtk2 # needed for tomb
|
|
|
|
powertop
|
|
|
|
psmisc
|
2020-07-27 03:53:38 +00:00
|
|
|
qrencode
|
2020-08-26 02:32:28 +00:00
|
|
|
rsync
|
2020-04-11 21:47:33 +00:00
|
|
|
sbsigntool
|
|
|
|
xorg.xeyes
|
|
|
|
xorg.xkill
|
2020-07-27 03:53:38 +00:00
|
|
|
zbar
|
2020-04-11 21:47:33 +00:00
|
|
|
|
2020-04-12 19:09:16 +00:00
|
|
|
# Filesystems
|
|
|
|
cifs_utils
|
|
|
|
nfsUtils
|
|
|
|
ntfs3g
|
|
|
|
udftools
|
|
|
|
|
2020-04-11 21:47:33 +00:00
|
|
|
# Useful CLI tools
|
2020-07-27 03:53:38 +00:00
|
|
|
age
|
2020-04-11 21:47:33 +00:00
|
|
|
appimage-run
|
|
|
|
bat
|
|
|
|
bind
|
|
|
|
borgbackup
|
|
|
|
file
|
2020-04-11 21:57:36 +00:00
|
|
|
fzf
|
2020-04-11 21:47:33 +00:00
|
|
|
git-lfs
|
|
|
|
gitAndTools.gitFull
|
2020-04-27 23:19:31 +00:00
|
|
|
gitAndTools.pass-git-helper
|
2020-04-11 21:47:33 +00:00
|
|
|
htop
|
|
|
|
hunspell
|
|
|
|
iw
|
|
|
|
jq
|
|
|
|
libarchive
|
|
|
|
lsof
|
|
|
|
mercurialFull
|
|
|
|
nix-index
|
|
|
|
openssl
|
2020-09-16 03:34:20 +00:00
|
|
|
p7zip
|
2020-04-11 21:47:33 +00:00
|
|
|
pandoc
|
2020-04-27 23:19:31 +00:00
|
|
|
parallel
|
2020-04-11 21:47:33 +00:00
|
|
|
pciutils
|
|
|
|
pdftk
|
2020-04-27 23:19:31 +00:00
|
|
|
pijul
|
2020-04-11 21:47:33 +00:00
|
|
|
poppler_utils
|
|
|
|
ripgrep
|
|
|
|
rlwrap
|
2020-07-27 03:53:38 +00:00
|
|
|
signify
|
2020-04-11 21:47:33 +00:00
|
|
|
subversion
|
|
|
|
tmux
|
|
|
|
tomb
|
|
|
|
traceroute
|
|
|
|
tree
|
2020-04-27 23:19:31 +00:00
|
|
|
unrar
|
2020-04-11 21:47:33 +00:00
|
|
|
unzip
|
|
|
|
usbutils
|
|
|
|
xclip
|
|
|
|
xxd
|
|
|
|
zip
|
2020-11-26 04:20:52 +00:00
|
|
|
|
2020-04-11 21:47:33 +00:00
|
|
|
# Networking
|
|
|
|
curlFull
|
|
|
|
httpie
|
|
|
|
iodine
|
2020-05-13 01:19:30 +00:00
|
|
|
magic-wormhole
|
2020-04-11 21:47:33 +00:00
|
|
|
megatools
|
|
|
|
mosh
|
|
|
|
sshfs
|
|
|
|
sshuttle
|
|
|
|
transmission-gtk
|
|
|
|
transmission-remote-gtk
|
|
|
|
wget
|
|
|
|
|
|
|
|
# Development
|
|
|
|
binutils-unwrapped
|
|
|
|
ccache
|
|
|
|
clang-tools
|
|
|
|
cmake
|
|
|
|
conda
|
|
|
|
gcc9
|
|
|
|
gdb
|
|
|
|
gnumake
|
|
|
|
go
|
2020-06-01 02:42:32 +00:00
|
|
|
gopls
|
2020-04-11 21:47:33 +00:00
|
|
|
llvm.clang
|
|
|
|
llvm.lld
|
|
|
|
nasm
|
|
|
|
patchelf
|
|
|
|
rustup
|
|
|
|
valgrind
|
2020-05-24 21:03:53 +00:00
|
|
|
yarn
|
2020-04-11 21:47:33 +00:00
|
|
|
|
|
|
|
# Security
|
|
|
|
(pass.withExtensions (exts: [ exts.pass-otp ]))
|
|
|
|
_1password
|
|
|
|
keybase-gui
|
|
|
|
wireguard
|
|
|
|
yubikey-manager
|
|
|
|
yubioath-desktop
|
|
|
|
|
|
|
|
# GUI tools
|
2020-08-15 03:27:08 +00:00
|
|
|
alacritty
|
2020-04-11 21:47:33 +00:00
|
|
|
evince
|
|
|
|
gnome3.eog
|
|
|
|
gnome3.gnome-system-monitor
|
|
|
|
libreoffice-fresh
|
|
|
|
zathura
|
|
|
|
|
|
|
|
# Web
|
2020-08-09 16:18:52 +00:00
|
|
|
chromium
|
2020-09-16 03:34:20 +00:00
|
|
|
firefox-wayland
|
2020-04-11 21:47:33 +00:00
|
|
|
|
|
|
|
# Communication
|
|
|
|
discord
|
|
|
|
signal-desktop
|
|
|
|
slack
|
|
|
|
tdesktop
|
|
|
|
|
|
|
|
# Gnome configuration
|
|
|
|
gnome3.adwaita-icon-theme
|
|
|
|
gnome3.gnome-tweak-tool
|
2020-04-27 23:19:31 +00:00
|
|
|
gnome3.gsettings-desktop-schemas
|
2020-04-11 21:47:33 +00:00
|
|
|
gnomeExtensions.appindicator
|
2020-04-27 23:19:31 +00:00
|
|
|
gnome_themes_standard
|
2020-04-11 21:47:33 +00:00
|
|
|
hicolor-icon-theme
|
|
|
|
numix-icon-theme
|
|
|
|
numix-icon-theme-circle
|
|
|
|
|
|
|
|
# Games
|
|
|
|
steam-run
|
|
|
|
|
|
|
|
# Dictionaries
|
|
|
|
]) ++ (with pkgs.hunspellDicts; [
|
|
|
|
en-us-large
|
|
|
|
de_DE
|
|
|
|
]);
|
2020-07-27 03:53:38 +00:00
|
|
|
|
|
|
|
# Needed for obs-wlrobs
|
2020-10-21 21:04:01 +00:00
|
|
|
environment.pathsToLink = [ "/share/obs" "share/kicad" ];
|
2020-04-11 21:47:33 +00:00
|
|
|
}
|