nixfiles/nixos/gui/packages.nix

6 lines
102 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
android-udev-rules
jmtpfs
];
}