9 lines
115 B
Nix
9 lines
115 B
Nix
{
|
|
programs.throne = {
|
|
enable = true;
|
|
tunMode = {
|
|
enable = true;
|
|
setuid = true;
|
|
};
|
|
};
|
|
}
|