mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ADB
This commit is contained in:
parent
3247d303ed
commit
92f7f05bc9
2 changed files with 5 additions and 0 deletions
4
config/profiles/gui/adb.nix
Normal file
4
config/profiles/gui/adb.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ config, ... }: {
|
||||
programs.adb.enable = true;
|
||||
users.users.kat.extraGroups = [ "adbusers" ];
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./adb.nix
|
||||
./fonts.nix
|
||||
./sway.nix
|
||||
./filesystems.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue