Separated langs and game apps into other files
This commit is contained in:
9
user/lang/android/android.nix
Normal file
9
user/lang/android/android.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Android
|
||||
android-tools
|
||||
android-udev-rules
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user