1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Use sway on stel-xps

This commit is contained in:
Stefan Ellmauthaler 2023-04-24 09:57:02 +02:00
parent 46644f0ac2
commit 930f178eeb
Failed to extract signature

View File

@ -25,9 +25,9 @@
# enable X11 with lightdm and i3
graphical = {
enable = true;
sway.enable = false;
sway.enable = true;
i3.enable = false;
plasma.enable = true;
plasma.enable = false;
# set dpi if used in mobile applications
# dpi = 180;
};