mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Decentralize monitor config
This commit is contained in:
parent
2b7605be4d
commit
4c0ce1f479
3 changed files with 13 additions and 10 deletions
|
|
@ -5,6 +5,12 @@
|
|||
home-manager.users.seb = {
|
||||
home.stateVersion = "23.11";
|
||||
myConfig.theme = "light";
|
||||
|
||||
home.packages = [ wrappers.hyprlock ];
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1"
|
||||
",preferred,auto,1,mirror,eDP-1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue