nixos/hosts/Scorch/home.nix

15 lines
380 B
Nix
Raw Normal View History

2024-01-30 14:21:50 +00:00
{...}: {
programs = {
git.userEmail = "evie.litherland-smith@ukaea.uk";
2024-02-01 11:41:16 +00:00
qutebrowser.settings.qt.highdpi = true;
};
accounts.email.accounts = {
proton.primary = false;
outlook.primary = true;
};
wayland.windowManager.hyprland.settings = {
misc.force_default_wallpaper = 0;
2024-01-30 14:21:50 +00:00
monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"];
2023-12-19 10:08:41 +00:00
};
}