{ pkgs, depot, lib, config, ... }: { imports = [ ./graphical-client-wayland.nix ]; config = { programs.keychain = { enable = true; keys = [ "id_ed25519" ]; }; home.sessionVariables = { NIX_PATH = "nixpkgs=/home/lukegb/depot/third_party/nixpkgs"; }; }; }