System Gen12 @ 2025-05-04-15:29:52 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-04 15:29:53 +02:00
parent 1ff2f4bc26
commit 2a30796827
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# hive modules
hive.nix-scripts.enable = true;
hive.displayManager.name = "sddm";
hive.displayManager.name = "gdm";
hive.plasma.enable = true;
hive.kwallet.enable = true;
hive.kwallet.forUsers = ["jonas"];

View File

@ -8,7 +8,7 @@ in {
config = lib.mkIf (cfg.name == "gdm") {
services.xserver.displayManager.gdm = {
enable = true;
wayland = cfg.wayland;
wayland = true;
};
};
}