diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 8d5a2ad..c4501c8 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -10,13 +10,6 @@ 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; @@ -60,7 +53,6 @@ enable = true; package = pkgs.ollama-intel; }; - blueman.enable = true; xserver.enable = true; displayManager.sddm.enable = true; desktopManager.plasma6.enable = true; @@ -151,7 +143,6 @@ systemPackages = with pkgs; [ maliit-keyboard maliit-framework - alacritty ]; }; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 2c5004b..710c44e 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -21,7 +21,6 @@ btop zip - emacs30-pgtk direnv texliveFull @@ -48,7 +47,7 @@ emacs = { enable = true; defaultEditor = true; - package = pkgs.emacs30-pgtk; + package = pkgs.emacs-gtk; }; }; stylix = {