Merge branch 'main' of git.sealight.xyz:aynish/helm
This commit is contained in:
@@ -73,8 +73,9 @@
|
||||
# };
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.xserver.displayManager.autoLogin.enable = true;
|
||||
services.xserver.displayManager.autoLogin.user = "anish";
|
||||
# Disabled: jovian.steam.autoStart handles this
|
||||
# services.xserver.displayManager.autoLogin.enable = true;
|
||||
# services.xserver.displayManager.autoLogin.user = "anish";
|
||||
|
||||
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
|
||||
systemd.services."getty@tty1".enable = false;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ self, pkgs, config, ... }:
|
||||
{ self, pkgs, config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
@@ -37,6 +37,9 @@
|
||||
jovian.steam.autoStart = true;
|
||||
jovian.steam.desktopSession = "gamescope-wayland";
|
||||
|
||||
# Disable lightdm from desktop profile
|
||||
services.xserver.displayManager.lightdm.enable = lib.mkForce false;
|
||||
|
||||
# Install XR drivers
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# xrlinuxdriver
|
||||
|
||||
Reference in New Issue
Block a user