diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 596df68..46786e5 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -85,11 +85,9 @@ package = pkgs.awesome; }; displayManager = { - startx.enable = true; - defaultSession = "plasmawayland"; - sddm = { + defaultSession = "plasma"; + lightdm = { enable = true; - enableHidpi = true; }; }; desktopManager.plasma5 = { @@ -270,8 +268,6 @@ plasma5Packages.kwallet sierra-breeze-enhanced libimobiledevice - sddm-kcm - ydotool bottles jitsi-meet-electron imv diff --git a/user/home.nix b/user/home.nix index 5626250..54ec3a3 100644 --- a/user/home.nix +++ b/user/home.nix @@ -499,20 +499,20 @@ }; systemd.user.services = { - ydotoold = { - Unit = { - Description = "An auto-input utility for wayland"; - Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ]; - }; + # ydotoold = { + # Unit = { + # Description = "An auto-input utility for wayland"; + # Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ]; + # }; - Service = { - ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools"; - }; + # Service = { + # ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools"; + # }; - Install = { - WantedBy = ["default.target"]; - }; - }; + # Install = { + # WantedBy = ["default.target"]; + # }; + # }; jellyfin-mpv-shim = { Unit = {