#2 first somewhat working iteration, there seems to be a problem with home manager still

This commit is contained in:
Christoph Hollizeck 2024-03-26 17:28:20 +01:00
parent 19d03b20c5
commit 0be4728958
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
11 changed files with 118 additions and 16 deletions

View file

@ -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;
};