Add laptop settings

This commit is contained in:
ItsDrike 2024-04-13 20:56:51 +02:00
parent 27b0d375f2
commit 01e3567653
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 96 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, ... }: let
inherit (lib) mkOption types;
cfg = config.myOptions.device;
cfg = config.myOptions.device.roles;
in {
options.myOptions.device.roles = {
type = mkOption {