This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2025-02-15 01:09:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9cb52b29f9
nix-config
/
overlays
/
default.nix
8 lines
72 B
Nix
Raw
Normal View
History
Unescape
Escape
meta: Use separate directories for each overlay
2023-06-06 11:03:23 +02:00
{
imports
=
[
meta: Flatten overlays directory
2023-06-16 18:46:04 +02:00
./alejandra.nix
overlays: Patch fzf to prevent fzf_key_bindings error I was going to wait until the next nixos-unstable release, but it's been a week since the branch was updated. This commit makes it possible to use the latest nixos-unstable release without worrying about the fzf_key_bindings error introduced in the recent fzf update.
2023-10-25 19:48:17 +02:00
./fzf.nix
overlays: Patch zola serve fix for config.toml changes
2023-09-13 16:36:00 +02:00
./zola.nix
meta: Replace joshuto package with overlay This actually took *forever*, but now that I know how to write nixpkgs overlays, any future ones I write should be relatively straight-forward.
2023-06-06 05:07:04 +02:00
]
;
}
Reference in New Issue
Copy Permalink