This commit is contained in:
kat witch 2021-08-30 00:42:22 +01:00
parent 3247d303ed
commit 92f7f05bc9
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ config, ... }: {
programs.adb.enable = true;
users.users.kat.extraGroups = [ "adbusers" ];
}

View file

@ -2,6 +2,7 @@
{
imports = [
./adb.nix
./fonts.nix
./sway.nix
./filesystems.nix