remove some unnecessary programs from sternchen

This commit is contained in:
Ingolf Wagner 2024-05-23 22:40:29 +02:00
parent 629d3d6f6c
commit e105d2c306
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -1,21 +1,22 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
# todo : put these into `/homes/tina`
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
spotify #spotify
sweethome3d.application #sweethome3d.application
nextcloud-client nextcloud-client
gimp gimp
inkscape inkscape
darktable #darktable
keepassxc #keepassxc
firefox firefox
google-chrome google-chrome
skypeforlinux #skypeforlinux
tipp10 tipp10
zoom-us zoom-us
gnome3.gnome-todo #gnome3.gnome-todo
gnome3.gnome-control-center #gnome3.gnome-control-center
pdfarranger pdfarranger
((ganttproject-bin.override { ((ganttproject-bin.override {
@ -30,10 +31,11 @@
# graphic # graphic
#krita #krita
gthumb #gthumb
digikam #digikam
shotwell #shotwell
#synfigstudio #synfigstudio
valentina valentina
vscode vscode
@ -44,15 +46,6 @@
gwenview gwenview
skanlite skanlite
#unstable.tor-browser-bundle-bin
#(tor-browser-bundle-bin.overrideAttrs (old: rec {
# version = "11.0.1";
# name = "tor-browser-bundle-${version}";
# src = pkgs.fetchurl {
# url = "https://dist.torproject.org/torbrowser/11.0.1/tor-browser-linux64-11.0.1_en-US.tar.xz";
# sha256 = "sha256-E6GCjMiSs4sPUDNIJhHJ/zB0aj3xe/DzWcUpxNZHpbM=";
# };
#}))
]; ];