diff options
author | Alan Pearce | 2024-05-18 20:43:49 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 20:43:49 +0200 |
commit | b25d004e9973bd32ce86bf6c1b94cba5ddfa187c (patch) | |
tree | 63ad362915f09357a1d6b10bdfb82623acfc63c7 /system/settings | |
parent | efb34826fc563afa08c0c8c6add16cf9ebf19310 (diff) | |
download | nixfiles-b25d004e9973bd32ce86bf6c1b94cba5ddfa187c.tar.lz nixfiles-b25d004e9973bd32ce86bf6c1b94cba5ddfa187c.tar.zst nixfiles-b25d004e9973bd32ce86bf6c1b94cba5ddfa187c.zip |
cleanup some unused packages
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/user-interface.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/settings/user-interface.nix b/system/settings/user-interface.nix index 4a7ff5f8..3ed45bbb 100644 --- a/system/settings/user-interface.nix +++ b/system/settings/user-interface.nix @@ -4,23 +4,14 @@ , ... }: { 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 ]; |