6 lines
92 B
Nix
6 lines
92 B
Nix
{ user, home }:
|
|
{ ... }:
|
|
{
|
|
home-manager.users.${user}.programs.fastfetch.enable = true;
|
|
}
|