mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 15:50:43 +00:00
Allow specifying monitors from os config
This commit is contained in:
parent
6da71787f1
commit
6180f89b72
3 changed files with 25 additions and 4 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
cfg = osConfig.myOptions.home-manager.wms.hyprland;
|
||||
in {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
input = {
|
||||
# Keyboard layout settings
|
||||
|
@ -20,6 +25,8 @@
|
|||
natural_scroll = false;
|
||||
};
|
||||
};
|
||||
|
||||
monitor = cfg.monitor;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue