Daiderd Jordan
483a906c90
lnl: add vim dotfiles comment
2018-08-25 18:54:08 +02:00
Daiderd Jordan
e299b29e9a
lnl: replace kwm
...
The new chunkwm is much faster and fixes a few issues that kwm used to
have. Sadly the package can't be built without CommandLineTools at the
moment because it depends on 10.11 frameworks.:
2018-08-25 00:36:00 +02:00
Daiderd Jordan
2b6447df5e
chunkwm: support multiple outputs
...
Since the package contains both chunkwm (daemon) and chunc (client) the
daemon shouldn't really be in PATH by default. Usually libexec is used
for this, however this would break the current expression used by
people. This enables moving chunkc to a bin output for this purpose.
eg. 7ad4b4d23d
2018-08-24 23:55:38 +02:00
Daiderd Jordan
90c34df929
lnl: use environment.d
2018-08-23 00:13:03 +02:00
Daiderd Jordan
b1e32f0789
lnl: fix darwin-zsh-completions name
2018-08-22 22:57:36 +02:00
Daiderd Jordan
c84e05a3be
lnl: update alias functions
2018-08-21 23:42:15 +02:00
Daiderd Jordan
f190254679
examples: remove nix-repl and nixUnstable references
2018-08-21 22:42:33 +02:00
Daiderd Jordan
6de3c1f3e1
lnl: simplify example config
2018-08-21 22:35:03 +02:00
Daiderd Jordan
4c6a5f4dfa
lnl: disable vim guiSupport
2018-08-07 19:49:42 +02:00
Daiderd Jordan
7b379f115c
lnl: add <darwinpkgs>
2018-08-03 23:03:33 +02:00
Daiderd Jordan
5a081e09ce
vim: expose programs.vim.package
2018-08-03 20:39:23 +02:00
Daiderd Jordan
6424eb998d
vim: formatting
2018-08-03 20:31:37 +02:00
Daiderd Jordan
958ebb7966
darwin-rebuild: don't run nix-build for edit
2018-08-03 20:16:43 +02:00
Daiderd Jordan
f6970956c3
Merge pull request #94 from zimbatm/darwin-rebuild-edit
...
darwin-rebuild edit
2018-08-03 19:51:30 +02:00
Daiderd Jordan
6418523767
Merge pull request #92 from carlosdagos/privoxy-service
...
Add a privoxy service
2018-08-03 19:35:16 +02:00
zimbatm
a25d345a7e
darwin-rebuild edit
...
As a user I don't want to remember where the configuration exists. This
adds a command that will point the $EDITOR to the <darwin-config> file.
darwin-rebuild edit
2018-08-03 15:13:42 +01:00
Daiderd Jordan
91de10c24a
lnl: update
2018-08-02 21:02:08 +02:00
Carlos D
41a6a40f53
Add a privoxy service
2018-08-02 10:09:22 +10:00
Daiderd Jordan
2c65fecf2c
lnl: add git statusbar
2018-08-01 22:32:49 +02:00
Daiderd Jordan
79ebb8aebc
lnl: update tmux status
2018-08-01 22:14:25 +02:00
Daiderd Jordan
69dc676f7d
lnl: cleanup vim config
2018-08-01 21:32:42 +02:00
Daiderd Jordan
35c23a8fbf
lnl: update direnv/nix-repl aliases
2018-08-01 21:13:38 +02:00
Daiderd Jordan
a893723b95
activation: fix missing /sbin entries in PATH
2018-08-01 21:08:13 +02:00
Daiderd Jordan
09d5b6aae5
Merge pull request #84 from periklis/fix-offlineimap-args
...
[service/offlineimap]: Fix args passing to execvp
2018-08-01 19:46:19 +02:00
Periklis Tsirakidis
17af73ddd5
Fix args passing to execvp
2018-08-01 19:40:59 +02:00
Daiderd Jordan
5702b212b1
Merge pull request #87 from kirelagin/clean-path
...
installer and activation: Sanitise PATH
2018-08-01 19:23:49 +02:00
Daiderd Jordan
5cdfed8063
Merge pull request #90 from alyssais/skhd_default
...
Make the skhd service default to the skhd package
2018-08-01 19:20:14 +02:00
Alyssa Ross
af84b3c519
Make the skhd service default to the skhd package
...
This can be overrided if necessary, but I don't see any reason the
nixpkgs package shouldn't be the default. It looks like this package
didn't exist when the service was created.
2018-07-27 16:12:49 +01:00
Daiderd Jordan
fa3f67966b
types.string -> types.str
...
These options unintentionally used the deprecated string type, the
important difference between these is the fact that string merges by
default (similar to eg. lines) while str can only have a single value.
2018-07-21 13:27:08 +02:00
Daiderd Jordan
67f1510862
lnl: increase synmaxcol
2018-07-08 11:53:55 +02:00
Daiderd Jordan
4e36591b07
lnl: khd -> skhd
2018-07-08 11:53:55 +02:00
Daiderd Jordan
2726b44842
lnl: add completions for darwin-rebuild
2018-07-08 11:53:55 +02:00
Daiderd Jordan
e7ac0cc02d
lnl: add xi.io alias
2018-07-08 11:53:54 +02:00
Daiderd Jordan
ca4af74fca
lnl: update nix prompt
2018-07-08 11:53:54 +02:00
Daiderd Jordan
4cd5454f29
lnl: add direnv
2018-07-08 11:53:54 +02:00
Kirill Elagin
45f0e832cd
fixup! installer and activation: Sanitise PATH
2018-06-29 19:05:57 +03:00
Kirill Elagin
26bab2fd32
installer and activation: Sanitise PATH
...
This makes sure that the installation and activation processes are “pure”,
i.e. they use only binaries from nixpkgs or ones that come with macOS.
Closes #86 .
2018-06-29 18:51:41 +03:00
Daiderd Jordan
9f18c93771
Merge pull request #85 from kirelagin/more-nix
...
installer: Bring our own `nix-instantiate`
2018-06-29 15:51:39 +02:00
Kirill Elagin
2fec230ccc
installer: Bring our own nix-instantiate
2018-06-29 15:15:35 +03:00
Daiderd Jordan
c1a1ac273d
users: add forceRecreate option
2018-06-22 12:16:51 +02:00
Daiderd Jordan
a9db65f39a
lnl: enable socket listener for nix-daemon service
2018-06-21 15:23:46 +02:00
Daiderd Jordan
9987c71c83
nix-daemon: add tests
2018-06-21 15:22:12 +02:00
Daiderd Jordan
27a5758728
nix-daemon: add option to make service socket activated
...
This makes the service start on demand when a client connects to the
daemon socket, instead of keeping it alive.
services.nix-daemon.enableSocketListener = true;
2018-06-21 15:20:49 +02:00
Daiderd Jordan
a2a7e8173f
lnl: fix hydra-bad-machines, whitespace?
2018-06-07 20:55:16 +02:00
Daiderd Jordan
81169fc83e
lnl: add hydra-bad-machines alias
2018-06-07 01:18:48 +02:00
Daiderd Jordan
b0a8af6cc9
lnl: add nix aliases
2018-06-06 23:18:06 +02:00
Daiderd Jordan
6f970ca1b0
Merge pull request #81 from periklis/service-offlineimap
...
Init offlineimap service
2018-06-06 20:39:19 +02:00
Periklis Tsirakidis
94fdf827e1
Add appropriate option defaults
2018-06-05 10:55:01 +02:00
Periklis Tsirakidis
b85d89a1ae
Init offlineimap service
2018-06-04 16:25:07 +02:00
Daiderd Jordan
07175b169b
Merge pull request #80 from kirelagin/gpg-agent
...
gnupg: add gpg-agent service
2018-05-27 14:41:12 +02:00