Skip to content
View johnstclair's full-sized avatar

Block or report johnstclair

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
johnstclair/README.md

Yahaha! You found me!

{ config, ... }: {
  let
    profile = {
      username = "johnstclair";
      name = "John St. Clair";
      collaborative = true;
      student = true;
      organizations = null;
      learning = [
        nix # i will always be learning nix
      ];
    };
  in
  {
    users.users.${profile.username} = {
      isNormalUser = true;
      description = ${profile.name};
      organizations = ${profile.organizations};
    };
    programs.collaborative.enable = ${profile.collaborative};
    programs.student.enable = ${profile.student};
  }
}

Pinned Loading

  1. artificial-connections artificial-connections Public

    NYT Connections with AI!

    TypeScript

  2. nixos-config nixos-config Public

    My NixOS configuration files

    Nix

  3. johnstclair.github.io johnstclair.github.io Public

    The files for my personal portfolio website

    TypeScript