10 lines
215 B
Nix
10 lines
215 B
Nix
{...}: {
|
|
services.xserver.desktopManager.phosh = {
|
|
enable = true;
|
|
user = "panotaka";
|
|
group = "users";
|
|
# for better compatibility with x11 applications
|
|
phocConfig.xwayland = "immediate";
|
|
};
|
|
}
|