nixos-config/modules/home/hibernate.nix

4 lines
81 B
Nix

{ lib, ... }:
{
options.myConfig.hibernation.enable = lib.mkEnableOption "";
}