diff --git a/machines/morpheus.nix b/machines/morpheus.nix index 0ef0aec..c76001e 100644 --- a/machines/morpheus.nix +++ b/machines/morpheus.nix @@ -29,9 +29,10 @@ inputs.nixpkgs.lib.nixosSystem { interfaces.enp1s0.useDHCP = true; interfaces.wlp2s0.useDHCP = true; }; - # enable touchpad support services = { + # enable touchpad support xserver.libinput.enable = true; + blueman.enable = true; snapper.configs = { home = { subvolume = "/home"; @@ -133,6 +134,7 @@ inputs.nixpkgs.lib.nixosSystem { powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware = { + bluetooth.enable = true; #opengl = { #extraPackages = with pkgs; [ #rocm-opencl-icd