mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(koishi): hyprland resolution
This commit is contained in:
parent
dd96a71076
commit
9f33368d4e
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ _: let
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
wayland.windowManager.hyprland.settings.monitors = [
|
||||||
|
"eDP-1, 2256x1504, 0x0, 1"
|
||||||
|
];
|
||||||
imports =
|
imports =
|
||||||
(with tree.home.profiles; [
|
(with tree.home.profiles; [
|
||||||
graphical
|
graphical
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue