Fix hyprland desktop config

This commit is contained in:
Evie Litherland-Smith 2023-04-11 16:59:52 +01:00
parent 7478298193
commit 20e8e571ec

View file

@ -5,7 +5,9 @@
]; ];
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland = true; xwayland = {
enable = true;
hidpi = true; hidpi = true;
}; };
};
} }