feat(apps): add tickrs stock TUI with custom watchlist
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ tickrs ];
|
||||
|
||||
xdg.configFile."tickrs/config.yml".text = ''
|
||||
symbols:
|
||||
- NVDA
|
||||
- AMD
|
||||
- LAC
|
||||
- ONDS
|
||||
- SLV
|
||||
- GOOGL
|
||||
- TSM
|
||||
show_volumes: true
|
||||
show_x_axis: true
|
||||
show_y_axis: true
|
||||
time_frame: Day
|
||||
update_frequency: 1
|
||||
chart_type: Candle
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user