mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
4 lines
81 B
Nix
4 lines
81 B
Nix
{ lib, ... }:
|
|
{
|
|
options.myConfig.hibernation.enable = lib.mkEnableOption "";
|
|
}
|