| Commit message (Collapse) | Author |
|
|
|
This forces me to always move the downloaded files *somewhere*.
Otherwise, the download directory would just end up utterly unsorted and
thus useless.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thus, all dos files will magically change to Linux ones.
|
|
This also ensures, that all the needed previewers are available
|
|
This both avoids having to commit the `lf_cd.age` file and ensures that
it is always up to date.
|
|
The attrs in `lsp.servers` seem to be taken literally and as such do not
support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus
moving the `lib.mkIf` calls to the parent attrs should fix it.
|
|
|
|
The neorg filetype is named `norg` not `neorg`.
|
|
|
|
|
|
|
|
Nixpkgs has fixed their less `withSecure` regression.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is currently no way to tell river where the `mpc` executable is,
thus requiring it to be present in the `$PATH`.
|
|
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this
`mpc` package into an override for the official nixpkgs one. I think
being explicit about the fact, that `mpc` is wrapped is the best
solution here.
|
|
|
|
This implementation is by-far better than the previous one and avoids
a whole set of problems that came, with trying to re-implement the NixOS
module system.
|
|
|
|
`nvim` has by now reached version 0.10.0 in nixpkgs.
|
|
|
|
|
|
Otherwise, licensing files which need a dot-license becomes really
bothersome.
|
|
|
|
|
|
This removes some unneeded ones and adds the ARROW UP mapping to ensure
symmetry to the ARROW DOWN mapping.
|