add (device options): add zram and laptop config options
This commit is contained in:
parent
83c8ef2a42
commit
cb33cd4006
4 changed files with 146 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ deviceName:
|
|||
let
|
||||
inherit (nixpkgs) lib;
|
||||
|
||||
CustomOptions = ../options;
|
||||
customFunctions = import ./utils.nix { inherit lib; };
|
||||
|
||||
baseOverlays =
|
||||
|
|
@ -56,6 +57,7 @@ lib.nixosSystem {
|
|||
specialArgs = additionalArgs;
|
||||
|
||||
modules = [
|
||||
CustomOptions
|
||||
DeviceConfig
|
||||
HostConfig
|
||||
|
||||
|
|
|
|||
Reference in a new issue