11 lines
190 B
Nix
11 lines
190 B
Nix
{
|
|
lux.system-base.nixos = {
|
|
users.mutableUsers = false;
|
|
|
|
services.dbus.implementation = "broker";
|
|
|
|
programs.nix-ld.enable = true;
|
|
environment.localBinInPath = true;
|
|
};
|
|
}
|