2024-02-07 15:41:25 +00:00
|
|
|
{pkgs, ...}: {
|
|
|
|
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
2024-02-13 05:24:06 +00:00
|
|
|
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
2024-01-27 06:27:31 +00:00
|
|
|
accounts.email.accounts = {
|
|
|
|
proton.primary = false;
|
2024-03-09 09:24:59 +00:00
|
|
|
outlook = {
|
|
|
|
primary = true;
|
|
|
|
mu.enable = true;
|
|
|
|
};
|
2024-01-27 06:27:31 +00:00
|
|
|
};
|
|
|
|
wayland.windowManager.hyprland.settings = {
|
|
|
|
misc.force_default_wallpaper = 0;
|
|
|
|
monitor = [
|
2024-03-06 15:03:18 +00:00
|
|
|
"eDP-1,1920x1080,2560x576,1.25" # => 1536x864
|
|
|
|
"desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5" # => 2560x1440
|
2024-01-27 06:27:31 +00:00
|
|
|
];
|
2023-08-07 10:00:57 +01:00
|
|
|
};
|
2023-07-12 16:43:18 +01:00
|
|
|
}
|