hosts: steamdeck: no gdm anymore, all jovian based

This commit is contained in:
Kabbone 2023-08-26 17:19:02 +02:00
parent 2d70998755
commit 299493e0ac
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 19 additions and 14 deletions

View File

@ -28,19 +28,19 @@
xserver = {
enable = true;
desktopManager.plasma5.enable = true;
displayManager = {
gdm.wayland = true;
gdm.enable = true;
gdm.autoLogin.delay = 5;
gdm.settings = {
security = {
DisallowTCP=true;
};
};
defaultSession = "steam-wayland";
autoLogin.enable = true;
autoLogin.user = "kabbone";
};
# displayManager = {
# gdm.wayland = true;
# gdm.enable = true;
# gdm.autoLogin.delay = 5;
# gdm.settings = {
# security = {
# DisallowTCP=true;
# };
# };
# defaultSession = "steam-wayland";
# autoLogin.enable = true;
# autoLogin.user = "kabbone";
# };
};
flatpak.enable = true;
udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];

View File

@ -18,7 +18,12 @@
];
jovian = {
steam.enable = true;
steam = {
enable = true;
user = "kabbone";
autoStart = true;
desktopSession = "plasmawayland";
};
devices.steamdeck = {
enable = true;
};