17 lines
500 B
Nix
17 lines
500 B
Nix
{...}: {
|
|
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
|
accounts.email.accounts = {
|
|
proton.primary = false;
|
|
outlook.primary = true;
|
|
};
|
|
wayland.windowManager.hyprland.settings = {
|
|
misc.force_default_wallpaper = 0;
|
|
monitor = [
|
|
"eDP-1,1920x1080,1152x1080,1.00"
|
|
"desc:Dell Inc. DELL P3223QE CCG8YN3,highres,auto,1.5"
|
|
"desc:Dell Inc. DELL U2422H 1KSPF83,preferred,0x0,1.0"
|
|
"desc:Dell Inc. DELL U2422H H9SPF83,preferred,1920x0,1.0"
|
|
];
|
|
};
|
|
}
|