13 lines
195 B
Nix
13 lines
195 B
Nix
_: {
|
|
programs.fastfetch.settings.logo = {
|
|
source = ../garandos.png;
|
|
type = "kitty-direct";
|
|
height = 15;
|
|
width = 30;
|
|
padding = {
|
|
top = 3;
|
|
left = 3;
|
|
};
|
|
};
|
|
}
|