mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Add hyfetch
This commit is contained in:
parent
5f308a042e
commit
3eda0dec2d
|
@ -7,5 +7,6 @@ _: {
|
|||
./ssh.nix
|
||||
./zoxide.nix
|
||||
./tealdeer.nix
|
||||
./hyfetch.nix
|
||||
];
|
||||
}
|
||||
|
|
3
home/programs/terminal/tools/hyfetch.nix
Normal file
3
home/programs/terminal/tools/hyfetch.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.hyfetch.enable = true;
|
||||
}
|
Loading…
Reference in a new issue