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

View file

@ -11,16 +11,6 @@ let
threema-work = web-app "threema-work" "https://web-beta.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/";
netflix = web-app "netflix" "https://netflix.com/";
disneyplus = web-app "disneyplus" "https://disneyplus.com/";
in {
home.packages = [
whatsapp
netflix
disneyplus
threema
threema-work
threema-red
threema-tickets
];
home.packages = [ whatsapp threema threema-work threema-red threema-tickets ];
}