some updates
This commit is contained in:
parent
db319ed5af
commit
6e8014e0b5
13 changed files with 153 additions and 14 deletions
|
|
@ -3,7 +3,10 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [./bluetooth.nix];
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
../networking/wireless.nix
|
||||
];
|
||||
options = {
|
||||
laptop.enable = lib.mkEnableOption "Enables Laptop options";
|
||||
};
|
||||
|
|
@ -16,5 +19,6 @@
|
|||
services.tlp.enable = true;
|
||||
|
||||
bluetooth.enable = true;
|
||||
wireless.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue