From fb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 26 Jan 2025 04:59:01 +0700 Subject: m --- hosts/linux.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'hosts/linux.nix') 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; } -- cgit v1.2.3