switch sddm to gdm

This commit is contained in:
twoneis 2024-06-26 15:23:47 +02:00
parent 901367c76a
commit ad904f0bc3
4 changed files with 6 additions and 53 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) {
programs.steam = {
enable = true;
gamescopeSession.enabe = true;
gamescopeSession.enable = true;
};
programs.gamescope = {