diff --git a/system/default.nix b/system/default.nix index 426d269..7258b07 100644 --- a/system/default.nix +++ b/system/default.nix @@ -28,6 +28,13 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + }; + }; + i18n.defaultLocale = "en_US.UTF-8"; console = { font = "Lat2-Terminus16"; @@ -42,6 +49,7 @@ services = { openssh.enable = true; libinput.enable = touchpadSupport; + blueman.enable = true; }; programs.bash = {