[desktop] Add a waylandOnly option

This commit is contained in:
2024-12-14 15:38:46 -08:00
parent 8134d7cb33
commit 7da089daa3
2 changed files with 11 additions and 7 deletions

View File

@@ -12,7 +12,10 @@
roles = {
audio.enable = true;
bluetooth.enable = true;
desktop.enable = true;
desktop = {
enable = true;
waylandOnly = true;
};
nfs-mounts.enable = true;
printing.enable = true;
spotifyd.enable = true;