mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 06:30:43 +00:00
Add laptop settings
This commit is contained in:
parent
27b0d375f2
commit
01e3567653
5 changed files with 96 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue