fully switched to ly as the display manager.

This commit is contained in:
Gabe Venberg 2025-10-19 13:49:42 +02:00
parent 31d93e3770
commit dcdac349df
3 changed files with 2 additions and 17 deletions

View file

@ -38,6 +38,7 @@ inputs.nixpkgs.lib.nixosSystem {
networking.hostName = "harmatan";
networking.hostId = "7a42af26";
services.displayManager.defaultSession = "i3";
services.xserver.dpi = 180;
environment.variables = {
GDK_SCALE = "2";