nix-config/home/features/cli/pfetch.nix

6 lines
166 B
Nix

{pkgs, ...}: {
home = {
packages = with pkgs; [pfetch];
sessionVariables.PF_INFO = "ascii title os kernel uptime shell term desktop scheme palette";
};
}