1
0
Fork 0

improvements

This commit is contained in:
Lukas Wurzinger 2025-07-03 13:19:03 +02:00
parent e1bc1f1252
commit 7ace9772d6
No known key found for this signature in database
5 changed files with 29 additions and 38 deletions

View file

@ -1,13 +0,0 @@
{
config,
lib,
...
}:
let
cfg = config.profiles.dynamic;
in
{
config = lib.mkIf cfg.enable {
hardware.bluetooth.enable = true;
};
}