nixos/file-roller: drop

Drops the `programs.file-roller` option as it is not needed for the
program to function and removes all instances of it being used within
nixpkgs.

In addition, file-roller is also removed from being included by
default in GNOME as it's not part of the GNOME core applications and
file archival functions are handled by nautilus (GNOME Files).
This commit is contained in:
Jasi 2025-11-14 14:43:54 -05:00
commit d9c509a60d
No known key found for this signature in database
GPG key ID: C2FD924F7CAEDA2A
7 changed files with 8 additions and 44 deletions

View file

@ -306,11 +306,11 @@ in
(mkIf serviceCfg.apps.enable {
programs.evince.enable = mkDefault (notExcluded pkgs.evince);
programs.file-roller.enable = mkDefault (notExcluded pkgs.file-roller);
environment.systemPackages = utils.removePackagesByName (
[
pkgs.gnome-font-viewer
pkgs.file-roller
]
++ (
with pkgs.pantheon;