mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
prep for swift dev in xcode, offlineimap INBOX alias
This commit is contained in:
parent
5e75323f90
commit
1980c01c2d
3 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
])
|
])
|
||||||
|
|
|
@ -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} ";
|
||||||
|
|
Loading…
Add table
Reference in a new issue