4 lines
53 B
Nix
4 lines
53 B
Nix
|
{pkgs, ...}: {
|
||
|
home.packages = [pkgs.fastfetch];
|
||
|
}
|