mashu: Init phosh (though it's broken)

This commit is contained in:
PapaTutuWawa 2021-10-23 22:46:45 +02:00
parent 6feb70c867
commit 1054c37ca7

View File

@ -48,5 +48,17 @@ in mkHost config {
kernelModules = [ "kvm-intel" ];
};
};
services.gnome.gnome-settings-daemon.enable = true;
programs.phosh = {
enable = true;
phocConfig = {
outputs = {
"eDP-1" = {
scale = 2;
};
};
};
};
};
}