HermitNix_DEPRECATED/Users/Sara/hyfetch.nix

16 lines
225 B
Nix
Raw Normal View History

2023-11-06 19:14:02 +00:00
{ pkgs, config, ... }:
{
# Hyfetch config :3
programs.hyfetch = {
enable = true;
settings = {
preset = "trans";
mode = "rgb";
color_align = {
mode = "horizontal";
};
};
};
}