nixos/hosts/Scorch/home.nix
Evie Litherland-Smith eb5082442c Remove hyprland extra.conf
Move extra settings into home-manager hyprland settings expression
2024-01-27 06:27:31 +00:00

12 lines
335 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 = [ "monitor=desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5" ];
};
}