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