From 1fd70894aeda3b0da42f89740708735029025277 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sun, 16 Mar 2025 18:14:56 +0100 Subject: [PATCH] add ly display manager on laptop --- osConfigs/hosts/laptop.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 3d30bca..80647b2 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -5,7 +5,8 @@ boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f"; - services.xserver.videoDrivers = [ "amdgpu" ]; + services.displayManager.enable = true; + services.displayManager.ly.enable = true; networking.hostName = "patate-douce"; networking.wireless.enable = true;