wip
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.android_sdk.accept_license = true;
|
||||
overlays = [
|
||||
inputs.foundry.overlay
|
||||
inputs.hyprpanel.overlay
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.naps62.extraGroups = [
|
||||
"kvm"
|
||||
"adbusers"
|
||||
];
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
android-udev-rules
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
android-studio
|
||||
];
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
../common/features/nix-ld.nix
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/ledger.nix
|
||||
../common/features/android-studio.nix
|
||||
];
|
||||
|
||||
networking.hostName = "konishi";
|
||||
|
||||
Reference in New Issue
Block a user