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

use plasma on nucturne

This commit is contained in:
Stefan Ellmauthaler 2024-09-02 13:52:00 +02:00
parent 8cdf519b15
commit b786b7fcb3
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -21,8 +21,8 @@
enable = true;
sway.enable = false;
i3.enable = false;
plasma.enable = false;
xmonad.enable = true;
plasma.enable = true;
xmonad.enable = false;
# set dpi if used in mobile applications
# dpi = 180;
};