mashu: Init phosh (though it's broken)
This commit is contained in:
parent
6feb70c867
commit
1054c37ca7
@ -48,5 +48,17 @@ in mkHost config {
|
|||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [ "kvm-intel" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gnome.gnome-settings-daemon.enable = true;
|
||||||
|
programs.phosh = {
|
||||||
|
enable = true;
|
||||||
|
phocConfig = {
|
||||||
|
outputs = {
|
||||||
|
"eDP-1" = {
|
||||||
|
scale = 2;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user