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