chore(aspen/system): Update NixOS config for renamed options

Change-Id: If25502452070492a698326e9f101f9ae421e2426
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12125
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-08-03 14:52:28 -04:00 committed by clbot
parent 41dc9ee6a2
commit af61d64209
4 changed files with 7 additions and 8 deletions

View file

@ -5,12 +5,11 @@
enable = true;
xkb.layout = "us";
libinput.enable = true;
displayManager = {
defaultSession = "none+i3";
};
windowManager.i3.enable = true;
};
services.displayManager.defaultSession = "none+i3";
services.libinput.enable = true;
}