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; [ home.packages = with pkgs; [
colima colima
freecad-mac
iterm2 iterm2
pinentry-mac pinentry-mac
pinentry-touchid pinentry-touchid

View file

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

View file

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