even more changes
This commit is contained in:
parent
70641598f9
commit
1d2a73c25a
14 changed files with 120 additions and 108 deletions
|
@ -2,12 +2,13 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.system.hardware.bluetooth;
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
confg = mkIf cfg.enable {
|
||||
config = mkIf cfg.enable {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = mkIf cfg.powerOnBoot true;
|
||||
|
|
1
modules/system/hardware/default.nix
Normal file
1
modules/system/hardware/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
_: {imports = [./bluetooth.nix ./graphics.nix];}
|
|
@ -0,0 +1 @@
|
|||
_: {imports = [./pipewire];}
|
Loading…
Add table
Add a link
Reference in a new issue