Switch fastfetch for hyfetch (with config)
This commit is contained in:
parent
c9a1e82522
commit
d12676f747
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
|
@ -16,7 +16,6 @@
|
|||
programs = {
|
||||
bash.enable = true;
|
||||
carapace.enable = true;
|
||||
fastfetch.enable = true;
|
||||
fd.enable = true;
|
||||
jq.enable = true;
|
||||
ripgrep.enable = true;
|
||||
|
@ -40,6 +39,18 @@
|
|||
changeDirWidgetCommand = "${pkgs.fd}/bin/fd --type d";
|
||||
fileWidgetCommand = "${pkgs.fd}/bin/fd --type f";
|
||||
};
|
||||
hyfetch = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "rainbow";
|
||||
mode = "rgb";
|
||||
light_dark = config.stylix.polarity;
|
||||
lightness = 0.4;
|
||||
color_align = {
|
||||
mode = "horizontal";
|
||||
};
|
||||
};
|
||||
};
|
||||
readline = {
|
||||
enable = true;
|
||||
variables = {
|
||||
|
|
Loading…
Reference in a new issue