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