remove lsd + housekeeping

This commit is contained in:
twoneis 2024-06-16 00:29:08 +02:00
parent 63820f0cee
commit ca454d2de2

View file

@ -63,11 +63,6 @@
enable = true; enable = true;
}; };
programs.lsd = {
enable = true;
enableAliases = true;
};
programs.hyfetch = { programs.hyfetch = {
enable = true; enable = true;
settings = { settings = {
@ -77,14 +72,9 @@
lightness = 0.65; lightness = 0.65;
color_align = { color_align = {
mode = "horizontal"; mode = "horizontal";
custom_colors = [];
fore_back = null;
}; };
backend = "neofetch"; backend = "neofetch";
args = null;
distro = "nixos_old"; distro = "nixos_old";
pride_month_shown = [];
pride_month_disable = false;
}; };
}; };