Files
cnix/users/toothpick/modules/options.nix
2025-01-02 17:53:12 +01:00

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";
};
};
}