nix-config/home-manager/_mixins/cli/pfetch.nix

9 lines
176 B
Nix

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