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