mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 21:29:02 +00:00
This configures what happens on lid close (on battery / on AC) and control what happens on the power button press.
11 lines
134 B
Nix
11 lines
134 B
Nix
{
|
|
imports = [
|
|
./earlyoom.nix
|
|
./mount.nix
|
|
./printing.nix
|
|
./misc.nix
|
|
./logind.nix
|
|
./gnome-keyring.nix
|
|
];
|
|
}
|
|
|