aboutsummaryrefslogtreecommitdiff
path: root/home/fastfetch.nix
blob: f99101d4500841ef9ada8aefa7efb9075ee08883 (plain)
1
2
3
4
5
6
7
{ ... }:

{
  programs.fastfetch = {
    enable = true;
  };
}