hosts: steamdeck: prepare gnome gdm
This commit is contained in:
parent
8e61ea6503
commit
866576959b
@ -17,7 +17,7 @@
|
|||||||
# └─ default.nix
|
# └─ default.nix
|
||||||
#
|
#
|
||||||
|
|
||||||
{ config, pkgs, user, ... }:
|
{ config, pkgs, user, jovian-nixos, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = # For now, if applying to other system, swap files
|
imports = # For now, if applying to other system, swap files
|
||||||
|
@ -29,9 +29,19 @@
|
|||||||
desktopManager.gnome.enable = true;
|
desktopManager.gnome.enable = true;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
gdm.wayland = true;
|
gdm.wayland = true;
|
||||||
|
gdm.enable = true;
|
||||||
|
# gdm.settings = {
|
||||||
|
# daemon = {
|
||||||
|
# AutomaticLoginEnable=true;
|
||||||
|
# AutomaticLogin="kabbone";
|
||||||
|
# };
|
||||||
|
# security = {
|
||||||
|
# DisallowTCP=true;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
# defaultSession = "steam-wayland";
|
# defaultSession = "steam-wayland";
|
||||||
autoLogin.enable = true;
|
# autoLogin.enable = true;
|
||||||
autoLogin.user = "kabbone";
|
# autoLogin.user = "kabbone";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user