remove rarely used packages

This commit is contained in:
Trolli Schmittlauch 2021-06-01 16:08:08 +02:00
parent 701e33a558
commit 97bc6a9612

View file

@ -8,14 +8,12 @@ let
nur = import <NUR> { inherit pkgs; }; nur = import <NUR> { inherit pkgs; };
myNur = nur.repos.schmittlauch; myNur = nur.repos.schmittlauch;
mybrowser = firefox; mybrowser = firefox;
newkde = import ~/src/newkdepkgs { };
desktopApps = [ desktopApps = [
mybrowser mybrowser
falkon falkon
thunderbird thunderbird
calibre calibre
mupdf
unstable.dino unstable.dino
zotero zotero
keepassxc keepassxc
@ -40,7 +38,6 @@ let
gpx-viewer gpx-viewer
gpxsee gpxsee
unstable.cawbird unstable.cawbird
olifant
subsurface subsurface
yate yate
# split and merge PDFs in a GUI # split and merge PDFs in a GUI
@ -119,7 +116,7 @@ let
reptyr # re-bind running program to other tty reptyr # re-bind running program to other tty
xclip xclip
unzip unzip
myNur.lolcommits # from overlay myNur.lolcommits # from NUR
]; ];
nixHelpers = [ nixHelpers = [
@ -227,10 +224,7 @@ let
jedi jedi
flake8 flake8
mypy mypy
] ];
++ (
with python2Packages; [ ]
);
fonts = [ fonts = [
@ -249,7 +243,6 @@ let
games = [ games = [
superTuxKart superTuxKart
#hedgewars #hedgewars
steam-run-native
]; ];
in in