fix: remove unused programs

This commit is contained in:
wi11-holdsworth 2025-10-08 00:55:25 +11:00
parent a873b5126f
commit 7bce9ba144
2 changed files with 0 additions and 4 deletions

View file

@ -23,7 +23,6 @@ in
# https://github.com/NixOS/nixpkgs/issues/437865 # https://github.com/NixOS/nixpkgs/issues/437865
# jellyfin-media-player # jellyfin-media-player
onlyoffice-desktopeditors onlyoffice-desktopeditors
sleek-todo
textsnatcher textsnatcher
# keep-sorted end # keep-sorted end
]; ];

View file

@ -21,8 +21,6 @@ in
with pkgs.kdePackages; with pkgs.kdePackages;
[ [
# keep-sorted start # keep-sorted start
kget
kontact
ktorrent ktorrent
kzones kzones
# keep-sorted end # keep-sorted end
@ -30,7 +28,6 @@ in
++ (with pkgs; [ ++ (with pkgs; [
# keep-sorted start # keep-sorted start
haruna haruna
kile
# keep-sorted end # keep-sorted end
]); ]);
}; };