# **************************************************************************** # # # # ::: :::::::: # # packages.nix :+: :+: :+: # # +:+ +:+ +:+ # # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/09/06 00:57:21 by tomoron #+# #+# # # Updated: 2026/06/15 01:57:44 by tomoron ### ########.fr # # # # **************************************************************************** # { pkgs, ... }: { environment.systemPackages = with pkgs; [ home-manager cryptsetup usbutils ntfs3g acpi unison # nss //is this supposed to be here ? ]; }