Various uncommitted changes

This commit is contained in:
outfoxxed 2023-09-07 03:24:09 -07:00
parent da65f0f4a3
commit 6f9977ea69
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ lib, pkgs, config, ... }: {
imports = [
./core
./theme
@ -43,4 +43,7 @@
# removable disks in file manager
services.udisks2.enable = true;
programs.adb.enable = true;
users.users.${config.main-user}.extraGroups = [ "adbusers" ];
}