disable factorio server for now and make sure that the bluetooth headset stays on the right profile

This commit is contained in:
Christoph Hollizeck 2024-04-21 14:22:54 +02:00
parent 50677dc441
commit fbbc59c2c2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 23 additions and 8 deletions

View file

@ -16,15 +16,18 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ ];
environment.systemPackages = with pkgs; [ xdg-utils ];
services = {
xserver = {
enable = true;
};
displayManager.sddm = {
enable = true;
wayland.enable = true;
displayManager = {
defaultSession = "plasmax11";
sddm = {
enable = true;
wayland.enable = true;
};
};
desktopManager.plasma6 = enabled;
};