all repos — nixfiles @ b25d004e9973bd32ce86bf6c1b94cba5ddfa187c

System and user configuration, managed by nix and home-manager

cleanup some unused packages
Alan Pearce alan@alanpearce.eu
Sat, 18 May 2024 20:43:49 +0200
commit

b25d004e9973bd32ce86bf6c1b94cba5ddfa187c

parent

efb34826fc563afa08c0c8c6add16cf9ebf19310

1 files changed, 0 insertions(+), 9 deletions(-)

jump to
M system/settings/user-interface.nixsystem/settings/user-interface.nix
@@ -4,22 +4,13 @@ , lib , ...
 }: {
   documentation.info.enable = true;
-  nixpkgs.config.firefox.enableOfficialBranding = true;
 
   environment.systemPackages = with pkgs; [
-    aria2
-    pcmanfm
-
     epdfview
-    geeqie
 
     lxappearance
     lxrandr
     lxtask
-
-    mpv
-
-    cifs-utils
 
     trash-cli
   ];