summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2018-10-05fonts: extracts helpers to top-level let exprPiotr Limanowski
2018-10-04adds info on automatic removal of manually-added fontsPiotr Limanowski
2018-10-04looks for fonts with both otf and ttf extensionsPiotr Limanowski
2018-10-04adds recursive font searchingPiotr Limanowski
2018-10-02add tests for fontsPiotr Limanowski
2018-09-30Fix quoting for nixPath checkLuigy Leon
2018-09-30re-add fonts on every rebuildPiotr Limanowski
2018-09-30initialise fonts modulePiotr Limanowski
2018-09-21lnl: move gitconfig to dotfilesDaiderd Jordan
2018-09-15synapse-bt: add synapse-bt serviceMario Rodas
2018-09-14Merge pull request #99 from Enzime/add/synergy-serviceDaiderd Jordan
synergy: Add module for client and server
2018-09-14nix: only set NIX_REMOTE for nix 1.11Daiderd Jordan
This isn't needed anymore, nix 2.0 figures this out automatically now.
2018-09-14synergy: Add module for client and serverMichael Hoang
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-09-03use `fg-daemon` flag for emacs servicePiotr Limanowski
As the default package is now emacs 26.1 and --daemon flag falls back to forking behaviour the recommended way is to use fg-daemon, see: lists.gnu.org/archive/html/emacs-devel/2016-11/msg00383.html, lists.gnu.org/archive/html/emacs-devel/2017-05/msg00861.html
2018-08-26checks: update and improve darwin-config messageDaiderd Jordan
Now that environment.darwinConfig exists it's a better choice otherwise multiple NIX_PATH entries need to be added.
2018-08-26simple: add environment.darwinConfig exampleDaiderd Jordan
2018-08-26environment: add darwinConfig option to set darwin-config in NIX_PATHDaiderd Jordan
This simplifies using a non default configuration.nix without requiring a symlink or redefining NIX_PATH. The nix.nixPath option only defines a default which means defining a value will drop all of the defaults. This is because correct merge behaviour isn't very clear for named entries.
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-24chunkwm: support multiple outputsDaiderd Jordan
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. https://github.com/LnL7/dotfiles/commit/7ad4b4d23d029bb36213171df6447ca0838e2226
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-03vim: expose programs.vim.packageDaiderd Jordan
2018-08-03vim: formattingDaiderd Jordan
2018-08-03Merge pull request #92 from carlosdagos/privoxy-serviceDaiderd Jordan
Add a privoxy service
2018-08-02lnl: updateDaiderd Jordan
2018-08-02Add a privoxy serviceCarlos D
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-08-01activation: fix missing /sbin entries in PATHDaiderd Jordan
2018-08-01Merge pull request #84 from periklis/fix-offlineimap-argsDaiderd Jordan
[service/offlineimap]: Fix args passing to execvp
2018-08-01Fix args passing to execvpPeriklis Tsirakidis
2018-08-01Merge pull request #87 from kirelagin/clean-pathDaiderd Jordan
installer and activation: Sanitise PATH
2018-07-27Make the skhd service default to the skhd packageAlyssa Ross
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-21types.string -> types.strDaiderd Jordan
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-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