Clean up pkgs list
This commit is contained in:
parent
c800b3324d
commit
eb9115fc29
2 changed files with 52 additions and 81 deletions
|
@ -1 +1,4 @@
|
||||||
{ allowUnfree = true; }
|
{
|
||||||
|
allowUnfree = true;
|
||||||
|
allowBroken = false;
|
||||||
|
}
|
||||||
|
|
|
@ -34,111 +34,79 @@ in
|
||||||
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
p7zip
|
anki
|
||||||
texlive.combined.scheme-full
|
|
||||||
wireguard
|
|
||||||
ncurses
|
|
||||||
tcpdump
|
|
||||||
sqlite
|
|
||||||
clang
|
|
||||||
gitAndTools.git-bug
|
|
||||||
pypi2nix
|
|
||||||
aspellDicts.en
|
|
||||||
aspellDicts.de
|
|
||||||
aspellDicts.en-science
|
|
||||||
aspellDicts.en-computers
|
|
||||||
aspell
|
aspell
|
||||||
xorg.xev
|
aspellDicts.de
|
||||||
evince
|
aspellDicts.en
|
||||||
gnumake
|
aspellDicts.en-computers
|
||||||
graphviz
|
aspellDicts.en-science
|
||||||
xwayland
|
bluez-tools
|
||||||
slurp
|
|
||||||
grim
|
|
||||||
jq
|
|
||||||
xdg_utils
|
|
||||||
pwgen
|
|
||||||
mkpasswd
|
|
||||||
irssi
|
|
||||||
mumble
|
|
||||||
slic3r
|
|
||||||
nfs-utils
|
|
||||||
lsof
|
|
||||||
samba
|
|
||||||
chromium
|
chromium
|
||||||
bc
|
clang
|
||||||
brightnessctl
|
clang-tools
|
||||||
|
evince
|
||||||
|
ffmpeg
|
||||||
|
fido2luks
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
gimp
|
gimp
|
||||||
|
git-lfs
|
||||||
|
gnome3.eog
|
||||||
|
gnome3.gnome-tweak-tool
|
||||||
|
gnome3.nautilus
|
||||||
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
|
graphviz
|
||||||
|
grim
|
||||||
|
imagemagick
|
||||||
inkscape
|
inkscape
|
||||||
inotify-tools
|
inotify-tools
|
||||||
jmtpfs
|
jq
|
||||||
|
kcachegrind
|
||||||
|
kitty
|
||||||
ldns
|
ldns
|
||||||
libreoffice
|
libreoffice
|
||||||
|
libvirt
|
||||||
|
lsof
|
||||||
mblaze
|
mblaze
|
||||||
|
mkpasswd
|
||||||
|
mpv
|
||||||
|
mumble
|
||||||
|
ncurses
|
||||||
|
nfs-utils
|
||||||
nmap
|
nmap
|
||||||
|
openssl
|
||||||
|
p7zip
|
||||||
pass
|
pass
|
||||||
pavucontrol
|
pavucontrol
|
||||||
clang-tools
|
|
||||||
pinentry
|
|
||||||
playerctl
|
playerctl
|
||||||
i3blocks
|
pwgen
|
||||||
|
python27Packages.dbus-python
|
||||||
python3
|
python3
|
||||||
python38Packages.dateutil
|
python38Packages.dateutil
|
||||||
spotify
|
python38Packages.solo-python
|
||||||
|
slurp
|
||||||
|
sqlite
|
||||||
sshfs-fuse
|
sshfs-fuse
|
||||||
|
steam
|
||||||
|
tcpdump
|
||||||
tdesktop
|
tdesktop
|
||||||
#texlive.combined.scheme-full
|
unzip
|
||||||
#tor-browser-bundle-bin
|
usbutils
|
||||||
virtmanager
|
virtmanager
|
||||||
whois
|
whois
|
||||||
youtube-dl
|
xdg_utils
|
||||||
zathura
|
|
||||||
unzip
|
|
||||||
anki
|
|
||||||
bluez-tools
|
|
||||||
#texlive-tubslatex
|
|
||||||
openssl
|
|
||||||
audio-recorder
|
|
||||||
qt5.qttools
|
|
||||||
emacs
|
|
||||||
qt5.qtwayland
|
|
||||||
mako
|
|
||||||
kanshi
|
|
||||||
termite
|
|
||||||
bemenu
|
|
||||||
xss-lock
|
|
||||||
htop
|
|
||||||
gnome3.nautilus
|
|
||||||
gnome3.eog
|
|
||||||
imagemagick
|
|
||||||
corefonts
|
|
||||||
mpv
|
|
||||||
firefox-bin
|
firefox-bin
|
||||||
libvirt
|
direnv
|
||||||
qprint
|
|
||||||
apacheHttpd
|
|
||||||
netanim
|
|
||||||
ns-3
|
|
||||||
kitty
|
|
||||||
git-lfs
|
|
||||||
kcachegrind
|
|
||||||
wf-recorder
|
|
||||||
ffmpeg
|
|
||||||
valgrind
|
|
||||||
] ++ (with unstable; [
|
] ++ (with unstable; [
|
||||||
wireshark
|
|
||||||
gnuplot
|
|
||||||
thunderbird-bin
|
|
||||||
keepassxc
|
|
||||||
python38Packages.managesieve
|
|
||||||
android-studio
|
android-studio
|
||||||
cachix
|
keepassxc
|
||||||
signal-desktop
|
|
||||||
minecraft
|
minecraft
|
||||||
plantuml
|
python38Packages.managesieve
|
||||||
|
signal-desktop
|
||||||
|
thunderbird-bin
|
||||||
|
wireshark
|
||||||
|
youtube-dl
|
||||||
]);
|
]);
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue