home/programs: replace fastfetch with hyfetch
This commit is contained in:
parent
29bd2ab5b8
commit
ddd83c3998
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
fastfetch.enable = true;
|
hyfetch.enable = true;
|
||||||
yazi.enable = true;
|
yazi.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
imhex
|
imhex
|
||||||
logisim-evolution
|
logisim-evolution
|
||||||
|
|
Loading…
Reference in a new issue