Add current hummelberg-new state

This commit is contained in:
Fabian Hauser 2021-04-10 17:05:55 +02:00
parent dd204c8ba6
commit 51f5e7eab9
30 changed files with 1486 additions and 0 deletions

View file

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