added adb

dev-docs
Moritz Böhme 2021-09-29 13:34:17 +02:00
parent 80f0f029fd
commit 9ac6d7c0a8
1 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = [ imports = [ ./git.nix ./nix.nix ./zsh.nix ];
./git.nix programs.adb.enable = true;
./nix.nix users.users.moritz.extraGroups = [ "adbusers" ];
./zsh.nix
];
} }