Files
garandos/modules/home/fastfetch/settings/display.nix

10 lines
141 B
Nix

_: {
programs.fastfetch.settings.display = {
color = {
keys = "35";
output = "90";
};
separator = " ";
};
}