#2 adding basic configs still some missing
This commit is contained in:
parent
fcaa48df90
commit
19d03b20c5
9 changed files with 114 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
options,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
{ options
|
||||
, config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard; let
|
||||
cfg = config.wyrdgard.suites.common;
|
||||
in {
|
||||
cfg = config.wyrdgard.submodules.basics;
|
||||
in
|
||||
{
|
||||
options.wyrdgard.submodules.basics = with types; {
|
||||
enable = mkBoolOpt false "Whether or not to enable basic configuration.";
|
||||
};
|
||||
|
@ -26,7 +26,7 @@ in {
|
|||
nix-ld = enabled;
|
||||
};
|
||||
|
||||
system.hardware = {
|
||||
hardware = {
|
||||
audio = enabled;
|
||||
bluetooth = enabled;
|
||||
networking = enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue