Files
cnix/hosts/toothpc/settings.nix
2025-08-18 19:18:39 +02:00

27 lines
466 B
Nix

{
settings = {
accounts = {
username = "toothpick";
mail = "place@holder";
sshUser = "toothpc";
};
monitors = [
{
name = "DVI-D-1";
width = 1920;
height = 1080;
refreshRate = 144;
position = "0x0";
transform = 0;
workspace = "1";
}
];
theme = {
background = {
lockscreen = "wallpaper_2";
desktop = "wallpaper_1";
};
};
};
}