Add back initial config for Scorch
This commit is contained in:
parent
e284f4c22e
commit
a614554abe
24
hosts/Scorch/home.nix
Normal file
24
hosts/Scorch/home.nix
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{ lib, ... }: {
|
||||||
|
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||||
|
accounts = {
|
||||||
|
email.accounts = {
|
||||||
|
proton.primary = false;
|
||||||
|
outlook.primary = true;
|
||||||
|
};
|
||||||
|
calendar.accounts = {
|
||||||
|
nextcloud.vdirsyncer.enable = false; # TEMP until fixed
|
||||||
|
nextcloud.primary = false;
|
||||||
|
outlook.primary = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
services.syncthing.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
xdg.configFile."hypr/extra.conf".text = ''
|
||||||
|
misc {
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
disable_splash_rendering = true
|
||||||
|
}
|
||||||
|
|
||||||
|
monitor=desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5
|
||||||
|
'';
|
||||||
|
}
|
Loading…
Reference in a new issue