added tealdeer

This commit is contained in:
willifan 2024-10-07 21:34:44 +02:00
parent 49f4fa3a5c
commit bf19c62041

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
@ -8,4 +8,11 @@
programs.btop.enable = true;
programs.yazi.enable = true;
};
environment.systemPackages = with pkgs; [
tealdeer
];
}