Merge branch 'master' of git.mvl.sh:vleeuwenmenno/dotfiles
Some checks failed
Nix Format Check / check-format (push) Failing after 46s

This commit is contained in:
Menno van Leeuwen 2025-02-10 12:43:31 +01:00
commit deeeeafe86
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,10 @@ alias gcm='git commit -m'
alias gco='git checkout'
alias gcb='git checkout -b'
# NodeJS aliases
alias node='node-20'
alias npm='npm-20'
# netstat port in use check
alias port='netstat -atupn | grep LISTEN'

View File

@ -35,6 +35,8 @@
- gdk-pixbuf2-modules-extra
- adwaita-icon-theme
- gnome-icon-theme
# Used for VSCode Extensions
- nodejs20
state: present
become: true