#2 first somewhat working iteration, there seems to be a problem with home manager still
This commit is contained in:
parent
4a3a48af59
commit
236ff25b49
11 changed files with 118 additions and 16 deletions
Binary file not shown.
|
@ -5,7 +5,8 @@
|
|||
, ...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard; let
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
cfg = config.wyrdgard.submodules.basics;
|
||||
in
|
||||
{
|
||||
|
@ -26,9 +27,7 @@ in
|
|||
nix-ld = enabled;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
audio = enabled;
|
||||
bluetooth = enabled;
|
||||
system.hardware = {
|
||||
networking = enabled;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue