summaryrefslogtreecommitdiff
path: root/modules/examples
AgeCommit message (Collapse)Author
2019-09-24lnl: load :u packages in current instead of a subshellDaiderd Jordan
2019-07-29lnl: remove default sandboxDaiderd Jordan
2019-07-29lnl: remove chunkwm dummyDaiderd Jordan
2019-05-17SSL_CERT_FILE -> NIX_SSL_CERT_FILEDomen Kožar
2019-05-04lnl: open up per-user paths in sandboxDaiderd Jordan
2019-05-01nix: make nix.nixPath merge by defaultDaiderd Jordan
Since named entries can be overridden now based on ordering now merging is only a problem for removing one of the default search paths, in which case a higher priority eg. mkForce can be used. { nix.nixPath = [{ darwin-config = "/darwin.nix"; }]; } Will result in [ "darwin-config=/darwin.nix" "/nix/var/nix/profiles/per-user/root/channels" "$HOME/.nix-defexpr/channels" ] Fixes #137
2019-03-20lnl: update reexec aliasesDaiderd Jordan
2019-02-16lnl: start tmux panes in a sandbox by defaultDaiderd Jordan
2019-02-16lnl: sandbox fetch-nixpkgs-updates serviceDaiderd Jordan
2019-02-12lnl: add tmp and var/tmp to sandbox pathsDaiderd Jordan
2019-02-12lnl: (re)enable sandboxing with extra-sandbox-pathsDaiderd Jordan
There are still some problems with frameworks, this opens up the sandbox enough by default to work around that and make it work like expected in most cases.
2019-01-16lnl: disable cachixDaiderd Jordan
2019-01-07lnl: cleanup and configure nixbld usersDaiderd Jordan
2018-12-18lnl: add nix-daemon objc workaroundDaiderd Jordan
2018-12-18lnl: fix reexec aliasesDaiderd Jordan
2018-12-18lnl: enable gnupg agentDaiderd Jordan
2018-12-18lnl: add awscliDaiderd Jordan
2018-09-21lnl: move gitconfig to dotfilesDaiderd Jordan
2018-09-13lnl: make git commit verbose by defaultDaiderd Jordan
Having the diff context for both commit and rebase -i is really useful while writing commit messages.
2018-09-05lnl: add system packagesDaiderd Jordan
2018-08-26simple: add environment.darwinConfig exampleDaiderd Jordan
2018-08-25lnl: add vim dotfiles commentDaiderd Jordan
2018-08-25lnl: replace kwmDaiderd Jordan
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-23lnl: use environment.dDaiderd Jordan
2018-08-22lnl: fix darwin-zsh-completions nameDaiderd Jordan
2018-08-21lnl: update alias functionsDaiderd Jordan
2018-08-21examples: remove nix-repl and nixUnstable referencesDaiderd Jordan
2018-08-21lnl: simplify example configDaiderd Jordan
2018-08-07lnl: disable vim guiSupportDaiderd Jordan
2018-08-03lnl: add <darwinpkgs>Daiderd Jordan
2018-08-02lnl: updateDaiderd Jordan
2018-08-01lnl: add git statusbarDaiderd Jordan
2018-08-01lnl: update tmux statusDaiderd Jordan
2018-08-01lnl: cleanup vim configDaiderd Jordan
2018-08-01lnl: update direnv/nix-repl aliasesDaiderd Jordan
2018-07-08lnl: increase synmaxcolDaiderd Jordan
2018-07-08lnl: khd -> skhdDaiderd Jordan
2018-07-08lnl: add completions for darwin-rebuildDaiderd Jordan
2018-07-08lnl: add xi.io aliasDaiderd Jordan
2018-07-08lnl: update nix promptDaiderd Jordan
2018-07-08lnl: add direnvDaiderd Jordan
2018-06-21lnl: enable socket listener for nix-daemon serviceDaiderd Jordan
2018-06-07lnl: fix hydra-bad-machines, whitespace?Daiderd Jordan
2018-06-07lnl: add hydra-bad-machines aliasDaiderd Jordan
2018-06-06lnl: add nix aliasesDaiderd Jordan
2018-04-22lnl: fix relativenumber lag?Daiderd Jordan
2018-04-08bump stateVersion in examplesDaiderd Jordan
2018-03-26simple: add comment for nix package/daemon optionsDaiderd Jordan
Hopefully this helps to clarify the default behaviour.
2018-03-05ofborg: add more comments to the exampleDaiderd Jordan
2018-03-05lnl: fix qes keybindsDaiderd Jordan