{ pkgs, ... }: { # Config for client devices, but not necessarily a full desktop environment. imports = [ ../restic.nix ../yubikey.nix ]; # User packages users.users.agatha.packages = with pkgs; [ android-tools broot colmena exiftool ffmpeg flac hyperfine just magic-wormhole neofetch nil pfetch pridefetch rink sshfs unstable.rustmission whois wireguard-tools yt-dlp ]; home-manager.users.agatha = { programs.direnv.enable = true; home.sessionVariables = { "DIRENV_LOG_FORMAT" = ""; }; programs.ssh.enable = true; }; }