# Change the following variables {}: { options = { # set your host name. hostName = "continuity"; user = { userName = "preston"; fullName = "Preston Pan"; gpgKey = "AEC273BF75B6F54D81343A1AC1FE6CED393AE6C1"; }; servers = { # email used for `From` and also as your login email. email = "ret2pop@gmail.com"; # IMAPS server. Must be encrypted. imapsServer = "imap.gmail.com"; # SMTPS server. Must be encrypted. smtpsServer = "smtp.gmail.com"; # Used for referencing the remote host in config. This mostly shouldn't matter if you are not # using my website. remoteHost = "nullring.xyz"; }; # Change to your timezone timeZone = "America/Vancouver"; # After rebooting, use the command `hyprctl monitors` in order to check which monitor # you are using. This is so that waybar knows which monitors to appear in. monitors = [ "HDMI-A-1" "eDP-1" "DP-2" "DP-3" "LVDS-1" ]; # enable video drivers based on your system. # Example: # videoDrivers = [ # "nvidia" # "amdgpu" # ] videoDrivers = []; }; }