This commit is contained in:
xenia 2023-10-13 17:21:11 +02:00
parent ccff3036c3
commit 98e863070f

View File

@ -118,6 +118,17 @@ in rec {
nix-direnv.enable = true;
};
programs.hyfetch = {
enable = true;
settings = {
preset = "nonbinary";
mode = "rgb";
color_align = {
mode = "horizontal";
};
};
};
programs.tmux = {
enable = true;
escapeTime = 50;