2024-11-04 22:41:38 -05:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
2025-01-10 14:38:04 -05:00
|
|
|
home.packages = with pkgs; [ (pkgs.writeScriptBin "pfetch" "fastfetch --config ~/.config/fastfetch/small.jsonc") ];
|
|
|
|
xdg.configFile."fastfetch/small.jsonc".source = ./small.jsonc;
|
2024-11-04 22:41:38 -05:00
|
|
|
}
|