mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +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; [
|
||||
colima
|
||||
freecad-mac
|
||||
iterm2
|
||||
pinentry-mac
|
||||
pinentry-touchid
|
||||
|
|
|
@ -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
|
||||
])
|
||||
|
|
|
@ -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} ";
|
||||
|
|
Loading…
Add table
Reference in a new issue