This commit is contained in:
gwg313 2024-12-15 14:08:33 -05:00
parent 308bdbebf9
commit badcf3aa40
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
43 changed files with 1972 additions and 253 deletions

View file

@ -2,10 +2,12 @@
config,
lib,
...
}: {
}:
{
imports = [
./bluetooth.nix
../networking/wireless.nix
# ../networking/wireless.nix
../networking/networkmanager.nix
];
options = {
laptop.enable = lib.mkEnableOption "Enables Laptop options";
@ -19,6 +21,6 @@
services.tlp.enable = true;
bluetooth.enable = true;
wireless.enable = true;
# wireless.enable = true;
};
}