Set work laptop to pull git email address from account setting
Set Scorch home config to just import Ronin home config, minimise duplication since I want them to be the same anyway
This commit is contained in:
parent
4eaca262ea
commit
720a736b0c
|
@ -1,6 +1,10 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
||||||
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
programs.git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
proton.primary = false;
|
proton.primary = false;
|
||||||
outlook = {
|
outlook = {
|
||||||
|
|
|
@ -1,14 +1 @@
|
||||||
{...}: {
|
{...}: {imports = [../Ronin/home.nix];}
|
||||||
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
|
||||||
accounts.email.accounts = {
|
|
||||||
proton.primary = false;
|
|
||||||
outlook = {
|
|
||||||
primary = true;
|
|
||||||
mu.enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
misc.force_default_wallpaper = 0;
|
|
||||||
monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue