chore: update mrMeeseeks configuration
To conform new configuration options and module oranization
This commit is contained in:
parent
d6cf3f11a3
commit
15f02d84e2
4 changed files with 6 additions and 3 deletions
18
hosts/mrmeeseeks/includes/home-manager.nix
Normal file
18
hosts/mrmeeseeks/includes/home-manager.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
_: {
|
||||
wayland.windowManager.sway.checkConfig = false;
|
||||
wayland.windowManager.sway.config.output = {
|
||||
"Iiyama North America PL2792UH 1166310803122" = {
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "1235,0";
|
||||
scale = "1.75";
|
||||
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
||||
};
|
||||
"Iiyama North America PL2792UH 1176923201598" = {
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "0,0";
|
||||
scale = "1.75";
|
||||
transform = "270";
|
||||
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue