8 lines
122 B
Nix
8 lines
122 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./fastfetch.nix ];
|
|
programs.hyfetch = {
|
|
enable = true;
|
|
#todo add hyfetch config
|
|
};
|
|
}
|