1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
Commit graph

314 commits

Author SHA1 Message Date
Daiderd Jordan
750e02b10c
lnl: add rerun tmux keybinding 2017-07-17 21:03:32 +02:00
Daiderd Jordan
1cea7669ef
bash: disable completion by default 2017-07-11 20:21:09 +02:00
Daiderd Jordan
a6ca6e7974
bash: don't set default prompt 2017-07-09 17:14:34 +02:00
Daiderd Jordan
88a11d28f1
bash: enable by default 2017-07-09 10:16:57 +02:00
Daiderd Jordan
71f25cba9d
zsh: support nix-shell --run zsh 2017-07-09 10:14:49 +02:00
Daiderd Jordan
8c29d0985d
fix typo 2017-07-06 21:54:38 +02:00
Daiderd Jordan
ebc7f7b2da Merge pull request #39 from peel/f-networking
Adds an idea for networking module
2017-07-06 21:52:21 +02:00
Daiderd Jordan
fcef55a53a Merge pull request #38 from peel/master
Adds service.emacs.exec to choose emacs binary to execute
2017-07-06 21:14:06 +02:00
Piotr Limanowski
8fe2cff0cc
Adds an idea for networking module
The idea is to follow: https://nixos.org/nixos/options.html#networking so we can
share even more configuration ideas from NixOS.
2017-07-05 22:17:58 +02:00
Piotr Limanowski
972ee0cb82
Adds service.emacs.exec to choose emacs binary to execute
The motivation of the change is that some forks (ie. Wilfred/remacs)
choose not to use the emacs binary. Whereas it is perfectly possible
to generate /bin/emacs in a drv, but I strongly believe it's cleaner
to have a service parameter.
2017-07-04 21:13:32 +02:00
Daiderd Jordan
22be829197 Merge pull request #36 from peel/master
Adds support for ChunkWM
2017-07-03 20:27:45 +02:00
Piotr Limanowski
fe8072ec15
Updates to ChunkWM changes; Removes somedefaults as suggested 2017-07-03 13:37:55 +02:00
Daiderd Jordan
acd0fee357
postgresql: init service 2017-07-02 18:39:07 +02:00
Daiderd Jordan
2eec909faf
lnl: add reexec-tmux 2017-07-02 18:08:10 +02:00
Piotr Limanowski
e33942bab2
Adds support for ChunkWM 2017-06-29 07:24:02 +02:00
Daiderd Jordan
5e61ca9fb4 Merge pull request #35 from dirn/smart-periods
Add support for smart period substitution
2017-06-26 20:31:31 +02:00
Daiderd Jordan
7682413824 Merge pull request #34 from dirn/autocapitalization
Add support for autocapitalization
2017-06-26 20:30:24 +02:00
Andy Dirnberger
705ab0bcf2
Add support for smart period substitution
Signed-off-by: Andy Dirnberger <andy@dirnberger.me>
2017-06-25 17:03:28 -04:00
Daiderd Jordan
540ccf431d Merge pull request #33 from dirn/dock-icon-size
Add support for Dock icon size
2017-06-25 23:03:21 +02:00
Andy Dirnberger
725fac8eff
Add support for autocapitalization
Signed-off-by: Andy Dirnberger <andy@dirnberger.me>
2017-06-25 16:55:37 -04:00
Andy Dirnberger
ad4acf558f
Add support for Dock icon size
Signed-off-by: Andy Dirnberger <andy@dirnberger.me>
2017-06-25 16:38:48 -04:00
Daiderd Jordan
54244e0bb0
lnl: update kwm config 2017-06-22 00:11:31 +02:00
Daiderd Jordan
86e76352f2
lnl: add tmux swap windows 2017-06-22 00:10:47 +02:00
Daiderd Jordan
164f3cc78e
lnl: add khd/kwm to systemPackages 2017-06-22 00:09:51 +02:00
Daiderd Jordan
e01e48de3b
zsh: improve fzf docker completion 2017-06-21 23:48:32 +02:00
Daiderd Jordan
f5efd16be6
zsh: add fzf completion for docker containers 2017-06-17 21:46:49 +02:00
Daiderd Jordan
983c465a72
zsh: use custom fzf completion 2017-06-13 01:00:57 +02:00
Daiderd Jordan
adb30c416f
hydra: change gc timer to 24h 2017-06-12 23:41:56 +02:00
Daiderd Jordan
0c43b6a223
lnl: fix M-r repeat tmux keybinding 2017-06-04 19:22:06 +02:00
Daiderd Jordan
9f669d69e3
tmux: fix vim copy bindings for >= v2.4 2017-06-04 19:20:19 +02:00
Daiderd Jordan
0ef2374531
bootstrap: remove set -e 2017-06-04 13:06:37 +02:00
Daiderd Jordan
1cb24dfc4c
hydra: use daemon instead of agent
Launchd agents only start when the user is logged in through the UI.
2017-06-03 12:25:34 +02:00
Daiderd Jordan
a9b12eb149
hydra: add ni-gc service 2017-06-03 12:20:56 +02:00
Daiderd Jordan
2f24ee83ca
readme: add updating 2017-06-03 12:00:13 +02:00
Daiderd Jordan
8ad51d7d72
add hydra example 2017-06-03 11:55:47 +02:00
Daiderd Jordan
1bd24987c5
readme: fix ~/.bashrc instructions 2017-06-03 11:27:22 +02:00
Daiderd Jordan
5638925939
readme: add install instructions for bootstrap script 2017-06-03 11:24:48 +02:00
Daiderd Jordan
f7e1f9f837 Merge pull request #30 from cmacrae/master
Bootstrap script
2017-06-03 11:12:50 +02:00
Daiderd Jordan
310ec89642
bootstrap: use nix-channel 2017-06-03 11:02:27 +02:00
Daiderd Jordan
4c6d8dc3a6
bootstrap: remove -shell flag for sysadminctl
Fixes creation of build users on 10.11
2017-06-03 10:56:24 +02:00
Daiderd Jordan
5fa9beff89
example: disable completion 2017-06-03 10:30:03 +02:00
Daiderd Jordan
d703c39421
launchd: hide 'No such file or directory' messages with first activation 2017-06-03 00:15:27 +02:00
cmacrae
30ae060482 boostrap: Prompt for sudo in create_daemon_users if non-interactive 2017-06-02 15:43:38 +01:00
cmacrae
7075538f7e bootstrap: build user options/fetch repo with nix-prefetch-url 2017-06-01 22:59:39 +01:00
cmacrae
bfb6ae05aa bootstrap: keep echo consistent 2017-06-01 22:58:09 +01:00
cmacrae
a021f639c1 bootstrap: initial commit 2017-05-31 21:08:36 +01:00
Daiderd Jordan
bed2e17e00
lnl: add tmux keybinding to repeat commands, etc. 2017-05-25 21:18:30 +02:00
Daiderd Jordan
6da4eb0ffe
environment: use the default profile as a fallback 2017-05-25 12:51:59 +02:00
Daiderd Jordan
1ca3e65198
fix accessibility test 2017-05-24 23:17:39 +02:00
Daiderd Jordan
beb02c612a
lnl: update accessibility options 2017-05-24 22:58:01 +02:00