Bruno BELANYI
9ddd59eac8
One nice thing is that it enables the prompts when using `systemctl`, instead of requiring `sudo`.
18 lines
195 B
Nix
18 lines
195 B
Nix
# System-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./boot
|
|
./docker
|
|
./documentation
|
|
./language
|
|
./nix
|
|
./packages
|
|
./podman
|
|
./polkit
|
|
./printing
|
|
./users
|
|
];
|
|
}
|