set up kde for enoko
This commit is contained in:
parent
a0be378e79
commit
50ae1f3d3f
10 changed files with 52 additions and 33 deletions
|
@ -2,7 +2,7 @@
|
|||
{ inputs, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
./global.nix
|
||||
./desktop/hyprland
|
||||
./common/desktop
|
||||
];
|
||||
|
||||
config.monitors = [
|
||||
|
@ -16,9 +16,10 @@
|
|||
scale = "1.175000";
|
||||
}
|
||||
];
|
||||
|
||||
# Fix HiDPI scaling
|
||||
config.wayland.windowManager.hyprland = {
|
||||
settings.xwayland.force_zero_scaling = true;
|
||||
settings.env = "GDK_SCALE,2";
|
||||
};
|
||||
# config.wayland.windowManager.hyprland = {
|
||||
# settings.xwayland.force_zero_scaling = true;
|
||||
# settings.env = "GDK_SCALE,2";
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue