From 5c90a78937df408fac4a20670f48aca4e4519931 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 21 Sep 2025 14:46:16 +0100 Subject: [PATCH 1/3] feat: remove non committee and reorganise based on who was already on committee. Also added labels for Core --- config/users.nix | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/config/users.nix b/config/users.nix index f7c3f84..f2ccef4 100644 --- a/config/users.nix +++ b/config/users.nix @@ -52,24 +52,25 @@ in { committee = lib.lists.unique ( # Committee - Core [ + # President "silver" - "eoghanconlon73" - "nanda" + # Secretary + "kaiden" + # Treasurer + "peace" + # PRO + "amymucko" + # HSO "skyapples" - "generically" ] # Committee - OCM ++ [ "eliza" - "amymucko" - "archiedms" - "kaiden" + "generically" + "nanda" ] # Committee - SISTEM - ++ [ - "peace" - "milan" - ] + ++ [] # Admins are part of Committee as well ++ cfg.admin ); @@ -78,8 +79,6 @@ in { "evanc" "eliza" "esy" - # for temp reasons - "peace" ]; trainee = []; lifetime = []; -- 2.49.0 From 39e4e1108e20f358b137aec5ad21addd9597b931 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 21 Sep 2025 15:00:57 +0100 Subject: [PATCH 2/3] feat: initial batch of new committee --- config/users.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/users.nix b/config/users.nix index f2ccef4..8d6b611 100644 --- a/config/users.nix +++ b/config/users.nix @@ -65,9 +65,13 @@ in { ] # Committee - OCM ++ [ + "connormc" + "cordlesscoder" "eliza" "generically" + "mysticwolf" "nanda" + "sunny" ] # Committee - SISTEM ++ [] -- 2.49.0 From 2be5d3759455d59d4df56db5d46cb2461a8b0794 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 22 Sep 2025 11:35:54 +0100 Subject: [PATCH 3/3] feat: second batch of new committee --- config/users.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/users.nix b/config/users.nix index 8d6b611..7ab18bf 100644 --- a/config/users.nix +++ b/config/users.nix @@ -67,11 +67,14 @@ in { ++ [ "connormc" "cordlesscoder" + "dca_" "eliza" + "emilyrutai" "generically" "mysticwolf" "nanda" "sunny" + "tatabbyi" ] # Committee - SISTEM ++ [] -- 2.49.0