diff --git a/flake.lock b/flake.lock index c4b465a..9eccdf2 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "cinder": { "locked": { - "lastModified": 1704440962, - "narHash": "sha256-gnKy6jqR+FA8ywHKLVzWMYIC7ba94/3S41H+ue0ocPM=", + "lastModified": 1713018873, + "narHash": "sha256-G+SrpfzU/YZrpVSN5ofcVoA/mZcjAzKMzL7bwJL3N+U=", "ref": "refs/heads/main", - "rev": "e58ff08b0f1c29e987fda51ff8db2cfcc94deada", - "revCount": 2, + "rev": "7f848658e335df0e3b1b80d2d14d68d918026534", + "revCount": 3, "type": "git", "url": "ssh://git@git.tempest.dev/cinder/seance-config" }, @@ -585,11 +585,11 @@ "utils": "utils_7" }, "locked": { - "lastModified": 1712620040, - "narHash": "sha256-jgVPh3FvCDdB2dcVL6jh5kzQshTFDClD5QA9O7f1098=", + "lastModified": 1715662141, + "narHash": "sha256-9I+Fmz6tgWDSFidyp27HCis6NYrSy5++uMwTGMgG1fQ=", "ref": "refs/heads/main", - "rev": "b8d3a83b4630d6b1c9cdfb0fd587e964af0a5dcb", - "revCount": 26, + "rev": "d96c5942b2482a0b3c547b94249cf3945da2a0fe", + "revCount": 27, "type": "git", "url": "ssh://git@git.tempest.dev/ashe/nixos-config-private" }, diff --git a/hosts/nyx/include/seance.nix b/hosts/nyx/include/seance.nix index 4910ce0..8c9af40 100644 --- a/hosts/nyx/include/seance.nix +++ b/hosts/nyx/include/seance.nix @@ -37,6 +37,11 @@ messagePattern = "[vV](#|,|:-) ?(?P.*)"; commandPrefix = "v"; }; + + members.ghost = { + messagePattern = "[gG](#|,|:-) ?(?P.*)"; + commandPrefix = "g"; + }; }; }; }