summaryrefslogtreecommitdiffstats
path: root/systems/jonbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/jonbox/default.nix')
-rw-r--r--systems/jonbox/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/systems/jonbox/default.nix b/systems/jonbox/default.nix
index 0f53a7a..cf641f5 100644
--- a/systems/jonbox/default.nix
+++ b/systems/jonbox/default.nix
@@ -5,6 +5,7 @@
[ # Include the results of the hardware scan.
(modulesPath + "/installer/scan/not-detected.nix")
./filesystem.nix
+ ../bluetooth.nix
];
nixpkgs.config.allowUnfreePredicate = pkg:
@@ -39,9 +40,6 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
- hardware.bluetooth.enable = true;
- services.blueman.enable = true;
-
programs.light.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";