Remove obsolete packages

This commit is contained in:
Fabian Hauser 2023-01-16 10:47:58 +01:00
parent 5fd7f09d00
commit d10ee2aeac
6 changed files with 6 additions and 51 deletions

@ -1 +1 @@
Subproject commit cc850d8ec36f82f8f2e8eaeb42de4a69b16629de Subproject commit 4263a9013c5cc43c1d88c5acf92e08a69d82f827

View file

@ -37,31 +37,15 @@
sessionVariables = { NIXOS_OZONE_WL = "1"; }; sessionVariables = { NIXOS_OZONE_WL = "1"; };
packages = with pkgs; packages = with pkgs;
[ # Networking [ # Networking
unison
transmission # GUI Tools, maybe extract... transmission # GUI Tools, maybe extract...
] ++ [ # Desktop Environment Applications ] ++ [ # Desktop Environment Applications
google-chrome google-chrome
chromium chromium
#qutebrowser # TODO: Currently unused
synergy
#quicksynergy # Currently unused
nextcloud-client nextcloud-client
owncloud-client owncloud-client
] ++ [ # office # TODO: Migrate to office.nix ] ++ [ # office
# TODO: Build fails!
libreoffice-fresh # TODO: Dictionaries, nixos/nixpkgs#14430 libreoffice-fresh # TODO: Dictionaries, nixos/nixpkgs#14430
# pdfgrep
# pdftk
# calibre
tectonic tectonic
# texstudio
# pandoc
# system-config-printer
# cups-pk-helper
# cups-bjnp
# gutenprint
# gutenprintBin
# hplipWithPlugin
simple-scan simple-scan
pkgs.gnome-online-accounts pkgs.gnome-online-accounts
gnome.gnome-control-center gnome.gnome-control-center
@ -73,9 +57,6 @@
rdesktop rdesktop
] ++ [ # Development ] ++ [ # Development
vscodium vscodium
gitlab-runner
docker-compose
vagrant
virt-manager virt-manager
modemmanager # TODO: makes sense here? modemmanager # TODO: makes sense here?
modem-manager-gui modem-manager-gui

View file

@ -25,16 +25,4 @@ let
${pkgs.pass-wayland}/bin/pass show -c "$password" 2>/dev/null ${pkgs.pass-wayland}/bin/pass show -c "$password" 2>/dev/null
''; '';
wsudo = with pkgs.xorg; in { home.packages = [ passbemenu ]; }
pkgs.writeScriptBin "wsudo" ''
#!/usr/bin/env bash
#small script to enable root access to x-windows system
${xhost}/bin/xhost +SI:localuser:root
sudo $1
#disable root access after application terminates
${xhost}/bin/xhost -SI:localuser:root
#print access status to allow verification that root access was remov
ed
${xhost}/bin/xhost
'';
in { home.packages = [ passbemenu wsudo ]; }

View file

@ -11,16 +11,6 @@ let
threema-work = web-app "threema-work" "https://web-beta.threema.ch/"; threema-work = web-app "threema-work" "https://web-beta.threema.ch/";
threema-red = web-app "threema-red" "https://web-work-staging.threema.ch/"; threema-red = web-app "threema-red" "https://web-work-staging.threema.ch/";
threema-tickets = web-app "threema-tickets" "https://ticket.threema.ch/scp/"; threema-tickets = web-app "threema-tickets" "https://ticket.threema.ch/scp/";
netflix = web-app "netflix" "https://netflix.com/";
disneyplus = web-app "disneyplus" "https://disneyplus.com/";
in { in {
home.packages = [ home.packages = [ whatsapp threema threema-work threema-red threema-tickets ];
whatsapp
netflix
disneyplus
threema
threema-work
threema-red
threema-tickets
];
} }

View file

@ -3,7 +3,7 @@
./multimedia.nix ./multimedia.nix
./applications ./applications
./mimetypes.nix ./mimetypes.nix
./games.nix # ./games.nix
threemaModules.home threemaModules.home
]; ];

View file

@ -2,9 +2,7 @@
{ {
home.packages = with pkgs; home.packages = with pkgs;
[ vlc v4l-utils calibre blender openshot-qt playerctl youtube-dl ] [ vlc v4l-utils playerctl yt-dlp ] ++ [ # Audio
++ [ # Audio
audacity
gnome.gnome-sound-recorder gnome.gnome-sound-recorder
enblend-enfuse enblend-enfuse
ffmpeg ffmpeg
@ -30,8 +28,6 @@
# ImageMagick-perl perl-File-Type perl-Term-ProgressBar #TODO: Support libraries for scripts # ImageMagick-perl perl-File-Type perl-Term-ProgressBar #TODO: Support libraries for scripts
inkscape inkscape
ghostscript ghostscript
stellarium
#unity3d
] ++ [ # Codecs for Audio and Video ] ++ [ # Codecs for Audio and Video
vobcopy vobcopy
libdv libdv