Switched Blackbird to Phosh
This commit is contained in:
9
modules/phosh.nix
Normal file
9
modules/phosh.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
services.xserver.desktopManager.phosh = {
|
||||
enable = true;
|
||||
user = "panotaka";
|
||||
group = "users";
|
||||
# for better compatibility with x11 applications
|
||||
phocConfig.xwayland = "immediate";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user