Fix hyprland desktop config
This commit is contained in:
parent
7478298193
commit
20e8e571ec
|
@ -5,7 +5,9 @@
|
||||||
];
|
];
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland = true;
|
xwayland = {
|
||||||
|
enable = true;
|
||||||
hidpi = true;
|
hidpi = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue