Add NixOS dual-configuration setup with isolated dev and gaming profiles #1
@@ -70,6 +70,7 @@
|
|||||||
services.seatd.enable = true;
|
services.seatd.enable = true;
|
||||||
|
|
||||||
|
|
|||||||
# Use greetd to automatically start a MangoWC session on login
|
# Use greetd to automatically start a MangoWC session on login
|
||||||
|
# Note: 'mango' binary is provided by programs.mango.enable above
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.default_session = {
|
settings.default_session = {
|
||||||
|
|||||||
Reference in New Issue
Block a user
The configuration enables seatd (line 70) which is necessary for MangoWC to function, but there's no configuration for starting MangoWC automatically on boot or login. Users have to manually start it or configure it themselves (as shown in the README post-installation section). For a complete setup, consider mentioning in the README that MangoWC needs to be started manually after the first boot, or provide a display manager option.