diff --git a/local.yml b/local.yml index 6a30584..b158267 100644 --- a/local.yml +++ b/local.yml @@ -22,9 +22,11 @@ package: name: - htop + - bpytop - mc - tmux - nmap + - nextcloud-desktop - 1password #this might not be working yet since it isnt in the apt catalog state: latest update_cache: yes @@ -49,4 +51,11 @@ name: - telegram-desktop state: latest - update_cache: yes \ No newline at end of file + update_cache: yes + + - name: install Visual Studio Code + package: + name: + - code + state: latest + update_cache: yes \ No newline at end of file