Delete users.nix
This commit is contained in:
parent
48babe9cc7
commit
f91f54750d
2 changed files with 0 additions and 16 deletions
|
@ -6,7 +6,6 @@
|
|||
./programs.nix
|
||||
./secrets.nix
|
||||
./services
|
||||
./users.nix
|
||||
|
||||
../../modules/mixins/bluetooth.nix
|
||||
../../modules/mixins/docker.nix
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
users.users.${username} = {
|
||||
extraGroups = [ "media" ];
|
||||
|
||||
packages = with pkgs; [
|
||||
abook
|
||||
android-tools
|
||||
via
|
||||
];
|
||||
};
|
||||
|
||||
users.groups.media = { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue