diff --git a/hosts/common/graphical/default.nix b/hosts/common/graphical/default.nix index 43803d0..97ec0c0 100644 --- a/hosts/common/graphical/default.nix +++ b/hosts/common/graphical/default.nix @@ -10,7 +10,7 @@ hardware.graphics.enable32Bit = true; hardware.bluetooth.enable = true; services.pulseaudio.enable = false; - services.blueman.enable = true; + services.blueman.enable = lib.mkDefault true; programs.partition-manager.enable = true; networking = { @@ -58,11 +58,10 @@ programs.niri.enable = true; }; plasma.configuration = { + boot.loader.systemd-boot.sortKey = "default"; + services.blueman.enable = false; services.desktopManager.plasma6.enable = true; }; - pantheon.configuration = { - services.xserver.desktopManager.pantheon.enable = true; - }; }; programs = { diff --git a/users/configs/system/ghostty/config b/users/configs/system/ghostty/config index 77e1c38..89cdd69 100644 --- a/users/configs/system/ghostty/config +++ b/users/configs/system/ghostty/config @@ -8,7 +8,7 @@ cursor-style = block shell-integration-features = no-cursor window-theme = ghostty -window-decoration = false +window-decoration = auto working-directory = home unfocused-split-opacity = 1