19 lines
279 B
Nix
19 lines
279 B
Nix
{
|
|
monitors = [
|
|
{
|
|
name = "DVI-D-1";
|
|
width = 1920;
|
|
height = 1080;
|
|
refreshRate = 144;
|
|
workspace = "1";
|
|
primary = true;
|
|
}
|
|
];
|
|
theme = {
|
|
background = {
|
|
lockscreen = "wallpaper_2";
|
|
desktop = "wallpaper_1";
|
|
};
|
|
};
|
|
}
|