Various uncommitted changes
This commit is contained in:
parent
da65f0f4a3
commit
6f9977ea69
7 changed files with 14 additions and 3 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue