dotfiles/home/modules/fastfetch/default.nix

10 lines
168 B
Nix
Raw Normal View History

2025-01-08 19:06:14 -06:00
let
configPath = ./config;
settingsPath = import (configPath + /settings.nix);
in {
programs.fastfetch = {
enable = true;
settings = settingsPath;
};
}