mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-10 03:51:46 +02:00
10 lines
238 B
Nix
10 lines
238 B
Nix
{
|
|
loadsVirtualDisplay = true;
|
|
createsVirtualDisplay = true;
|
|
niriUsesIntelRenderer = true;
|
|
sunshineUserHasInputAccess = false;
|
|
sunshineHasSysAdmin = false;
|
|
sunshineStartsAfterNiri = true;
|
|
sunshineWaitsForNiriOutput = true;
|
|
}
|