diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c4501c8..8d5a2ad 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -10,6 +10,13 @@ system.autoUpgrade.enable = true; time.timeZone = "America/New_York"; powerManagement.enable = true; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + hardware.bluetooth.settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; + }; nix = { gc.automatic = true; @@ -53,6 +60,7 @@ enable = true; package = pkgs.ollama-intel; }; + blueman.enable = true; xserver.enable = true; displayManager.sddm.enable = true; desktopManager.plasma6.enable = true; @@ -143,6 +151,7 @@ systemPackages = with pkgs; [ maliit-keyboard maliit-framework + alacritty ]; }; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 710c44e..2c5004b 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -21,6 +21,7 @@ btop zip + emacs30-pgtk direnv texliveFull @@ -47,7 +48,7 @@ emacs = { enable = true; defaultEditor = true; - package = pkgs.emacs-gtk; + package = pkgs.emacs30-pgtk; }; }; stylix = {