This commit is contained in:
Tim Schubert 2021-05-02 14:23:49 +02:00
parent 9f6cdf0db4
commit f2c80100fe
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,5 @@
{ pkgs }:
{ pkgs, unstable }:
with pkgs; [
android-studio
anki
aspell
aspellDicts.de
@ -23,12 +22,12 @@ with pkgs; [
firefox
fractal
fzf
gdb
gimp
git-lfs
gitAndTools.hub
gnome3.gnome-tweak-tool
gnome3.nautilus
gnome3.vinagre
gnomeExtensions.paperwm
gnucash
gnumake
gnupg
@ -45,7 +44,6 @@ with pkgs; [
keepassxc
#keys
kitty
gitAndTools.lab
ldns
libreoffice
libvirt
@ -89,4 +87,8 @@ with pkgs; [
wireshark
xdg_utils
youtube-dl
git-lfs
gitAndTools.hub
gitAndTools.lab
unstable.android-studio
]