26 lines
441 B
Nix
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";
|
|
};
|
|
};
|
|
};
|
|
}
|