Update services.displayManager references

(it was renamed from 'services.xserver.displayManager')
Also mark home-manager.config.programs.chromium as broken (ungoogled-chromium is not supported yet)
This commit is contained in:
Hoang Nguyen 2024-05-01 00:00:00 +07:00
parent 8a3762d009
commit 0f63512b71
Signed by: folliehiyuki
GPG Key ID: B0567C20730E9B11
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ lib, pkgs, ... }: lib.mkIf pkgs.stdenv.isLinux {
programs.chromium = {
package = pkgs.ungoogled-chromium;
package = pkgs.ungoogled-chromium; # FIXME: doesn't work yet, see https://github.com/nix-community/home-manager/pull/4174
commandLineArgs = [
# Enable Wayland support
"--ozone-platform-hint=auto"

View File

@ -183,8 +183,8 @@
# QT platformtheme and cursor theme are managed per-user inside home-manager.
# Ref: https://nixos.wiki/wiki/KDE
services.xserver.enable = true;
services.xserver.displayManager.defaultSession = "plasma";
services.xserver.displayManager.sddm = {
services.displayManager.defaultSession = "plasma";
services.displayManager.sddm = {
enable = true;
enableHidpi = true;
wayland.enable = true;

View File

@ -74,7 +74,6 @@ in
kubectx
kubernetes-helm
lima
luajit_openresty
maccy
minikube
nodejs-slim