fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
namespace,
|
namespace,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@@ -24,6 +25,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
# unigine-superposition
|
||||||
|
];
|
||||||
variables = {
|
variables = {
|
||||||
STEAM_FORCE_DESKTOPUI_SCALING = "1.0";
|
STEAM_FORCE_DESKTOPUI_SCALING = "1.0";
|
||||||
GDK_SCALE = "1";
|
GDK_SCALE = "1";
|
||||||
|
|||||||
Reference in New Issue
Block a user