Tweaking packages, getting work mail going

This commit is contained in:
2024-08-25 18:36:35 -06:00
parent ac2bd4ceed
commit a889460bc4
2 changed files with 58 additions and 20 deletions

View File

@@ -30,11 +30,16 @@ in
weechat
sttr # string operations. e.g. sttr md5 "Hello World"; sttr snake "ChangeCase"
imagemagick
# visidata
magic-wormhole
termscp # SCP/SFTP/FTP/S3
nodejs
pipx
yarn
php83
stack
ruby
# haskellPackages.ghcup
php83Packages.composer
nodePackages.typescript-language-server
nodePackages.stylelint
@@ -113,7 +118,7 @@ in
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];
plugins = [ "git" "httpie" "aws" "fzf" "mosh" "npm" "rsync" "sudo" "yarn" "vi-mode" ];
};
syntaxHighlighting.catppuccin.enable = true;
};