flake: switch to nixos-unstable
This commit is contained in:
parent
16be2ec243
commit
586af7a61f
5 changed files with 30 additions and 48 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.adb.enable = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.scrcpy ];
|
||||
environment.systemPackages = [
|
||||
pkgs.android-tools
|
||||
pkgs.scrcpy
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue