mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
10 lines
111 B
Nix
10 lines
111 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
# Android
|
|
android-tools
|
|
android-udev-rules
|
|
];
|
|
}
|