11 lines
128 B
Nix
Executable File
11 lines
128 B
Nix
Executable File
{ config, lib, ...}:
|
|
|
|
{
|
|
programs.fastfetch = {
|
|
enable = true;
|
|
settings = {
|
|
# TODO: Make my config
|
|
};
|
|
};
|
|
}
|