Files
nixos-thinkpad/desktop/home/fastfetch/default.nix
T
2026-04-19 17:12:27 +02:00

11 lines
128 B
Nix
Executable File

{ config, lib, ...}:
{
programs.fastfetch = {
enable = true;
settings = {
# TODO: Make my config
};
};
}