summaryrefslogtreecommitdiff
path: root/modules/home/hyprland/chernobyl/fastfetch.nix
blob: 80503927041a7b1686b572819bfaf00757c4e484 (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

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