added tealdeer
This commit is contained in:
parent
49f4fa3a5c
commit
bf19c62041
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
|
||||
|
@ -8,4 +8,11 @@
|
|||
programs.btop.enable = true;
|
||||
programs.yazi.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
tealdeer
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue