summaryrefslogtreecommitdiff
path: root/hosts/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/linux.nix')
-rw-r--r--hosts/linux.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/hosts/linux.nix b/hosts/linux.nix
index 95049ff..70ff0c9 100644
--- a/hosts/linux.nix
+++ b/hosts/linux.nix
@@ -4,7 +4,6 @@
./users.nix
./editors.nix
./pkgs.nix
- ./unfree.nix
./network.nix
# ./yubikey.nix
];
@@ -35,10 +34,10 @@
};
## Bluetooth
-# hardware.enableAllFirmware = true;
-# hardware.bluetooth.enable = true;
-# hardware.bluetooth.settings = {General = {Experimental = true;};};
-# hardware.bluetooth.disabledPlugins = ["sap"];
-# hardware.bluetooth.package = pkgs.bluez;
-# services.blueman.enable = true;
+ # hardware.enableAllFirmware = true;
+ # hardware.bluetooth.enable = true;
+ # hardware.bluetooth.settings = {General = {Experimental = true;};};
+ # hardware.bluetooth.disabledPlugins = ["sap"];
+ # hardware.bluetooth.package = pkgs.bluez;
+ # services.blueman.enable = true;
}