dotfiles/home/modules/cli/fun/fastFetch/default.nix

10 lines
168 B
Nix
Executable file

let
configPath = ./config;
settingsPath = import (configPath + /settings.nix);
in
{
programs.fastfetch = {
enable = true;
settings = settingsPath;
};
}