hyfetch
This commit is contained in:
parent
ccff3036c3
commit
98e863070f
11
home.nix
11
home.nix
|
@ -118,6 +118,17 @@ in rec {
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.hyfetch = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preset = "nonbinary";
|
||||||
|
mode = "rgb";
|
||||||
|
color_align = {
|
||||||
|
mode = "horizontal";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
escapeTime = 50;
|
escapeTime = 50;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user