nixos/hosts/Scorch/home.nix

15 lines
378 B
Nix

{...}: {
programs = {
git.userEmail = "evie.litherland-smith@ukaea.uk";
qutebrowser.settings.qt.hidpi = true;
};
accounts.email.accounts = {
proton.primary = false;
outlook.primary = true;
};
wayland.windowManager.hyprland.settings = {
misc.force_default_wallpaper = 0;
monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"];
};
}