Skip to content

Commit

Permalink
Steam Deck UI autostart on vera-deck
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientvera committed Nov 19, 2023
1 parent 3dbcb77 commit ba09f60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hosts/vera-deck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

networking.hostName = "vera-deck";

# Enable automatic login for the user.
#services.xserver.displayManager.autoLogin.enable = true;
#services.xserver.displayManager.autoLogin.user = lib.mkDefault "vera";
# Use Jovian's steam deck UI autostart.
services.xserver.displayManager.sddm.enable = lib.mkForce false;
jovian.steam.autoStart = true;
jovian.steam.user = "vera";
jovian.steam.desktopSession = "plasma";

services.xserver.displayManager.defaultSession = "gamescope-wayland";

services.xserver.desktopManager.plasma5.mobile.enable = true;

environment.systemPackages = with pkgs; [
Expand Down

0 comments on commit ba09f60

Please sign in to comment.