Files
cnix/hosts/toothpc/settings.nix
2025-08-16 10:51:47 +02:00

26 lines
441 B
Nix

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