nixdots/system/roles/workstation/services/default.nix
ItsDrike b930b14cf2
Configure power actions with logind
This configures what happens on lid close (on battery / on AC) and
control what happens on the power button press.
2024-06-25 01:39:47 +02:00

12 lines
134 B
Nix

{
imports = [
./earlyoom.nix
./mount.nix
./printing.nix
./misc.nix
./logind.nix
./gnome-keyring.nix
];
}