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

7 lines
166 B
Nix
Raw Normal View History

2023-12-26 13:59:30 +01:00
{pkgs, ...}: {
home = {
packages = with pkgs; [pfetch];
sessionVariables.PF_INFO = "ascii title os kernel uptime shell term desktop scheme palette";
};
}