prep for swift dev in xcode, offlineimap INBOX alias

This commit is contained in:
willemml 2023-05-08 12:33:18 -07:00
parent 5e75323f90
commit 1980c01c2d
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
3 changed files with 3 additions and 1 deletions

View file

@ -38,7 +38,6 @@ in {
home.packages = with pkgs; [
colima
freecad-mac
iterm2
pinentry-mac
pinentry-touchid

View file

@ -83,6 +83,7 @@
cdlatex
citeproc
company-mode
company-sourcekit
counsel
editorconfig
edit-indirect
@ -110,6 +111,7 @@
rustic
separedit
solarized-theme
swift-mode
swiper
yasnippet
])

View file

@ -82,6 +82,7 @@
email = "${ew} -n --eval '(mu4e)'";
emw = "emacs";
ew = "emacsclient -c";
getmail = "${pkgs.offlineimap}/bin/offlineimap -f INBOX";
l = "ls -1";
np = "nix-shell -p";
org = "cd ${config.home.sessionVariables.ORGDIR} ";